Html Css Color HEX #C67E74 Brandy Rose

📋 copy color: '#C67E74'

red 198 ◦ green 126 ◦ blue 116

#C67E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C67E74

Tints of Brandy Rose #C67E74

RGB

 RED value IS 198 (77.73% from 255) = 45%

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 45%
G = 28.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67E74 (or 0xC67E74) is known color: Brandy Rose. HEX triplet: C6, 7E and 74. RGB value is (198,126,116). Sum of RGB (Red+Green+Blue) = 198+126+116=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E74 is #39818B. Grayscale: #929292. Windows color (decimal): -3768716 or 7634630. OLE color: 7634630.

HSL color Cylindrical-coordinate representation of color #C67E74: hue angle of 7.32º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67E74 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 116 -
CMYK 0 0.36 0.41 0.22
HSL 7.32º 0.42% 0.62% -
HSV(B) 7.32º 0.41% 0.78% -
XYZ 33.9 28.19 20.18 -
YUV 146.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 198 126 116 0 0.36 0.41 0.22 7.32 0.42 0.62
Hex C6 7E 74 0 24 29 16 7 2A 3E
Octal 306 176 164 0 44 51 26 7 52 76
Binary 11000110 1111110 1110100 0 100100 101001 10110 111 101010 111110

Color Harmonies of #C67E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E74

Black with #C67E74

Text Example


Text Example

White with #C67E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E74; }

 p { color: rgb(198,126,116); }

 H1.HeaderClassName
 {
   color: #C67E74;
 }
 .AnyTagClassName
 {
   color: #C67E74;
 }
</style>

background-color css

<style>
 a { background-color: #C67E74; }

 a { background-color: rgb(198,126,116); }

 div.DivClassName
 {
   background-color: #C67E74;
 }
 .BgClassName
 {
   background-color: #C67E74;
 }
</style>

border-color css

<style>
 span { border-color: #C67E74; }

 span { border-color: rgb(198,126,116); }

 td.TdClassName
 {
   border-color: #C67E74;
 }
 .TagClassName
 {
   border-color: #C67E74;
 }
</style>