Html Css Color HEX #C67F76 Brandy Rose

📋 copy color: '#C67F76'

red 198 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #C67F76

Tints of Brandy Rose #C67F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 44.7%
G = 28.67%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C67F76 (or 0xC67F76) is known color: Brandy Rose. HEX triplet: C6, 7F and 76. RGB value is (198,127,118). Sum of RGB (Red+Green+Blue) = 198+127+118=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F76 is #398089. Grayscale: #939393. Windows color (decimal): -3768458 or 7765958. OLE color: 7765958.

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

Color convert

RGB 198 127 118 -
CMYK 0 0.36 0.40 0.22
HSL 6.75º 0.41% 0.62% -
HSV(B) 6.75º 0.4% 0.78% -
XYZ 34.15 28.49 20.84 -
YUV 147.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 198 127 118 0 0.36 0.40 0.22 6.75 0.41 0.62
Hex C6 7F 76 0 24 28 16 7 29 3E
Octal 306 177 166 0 44 50 26 7 51 76
Binary 11000110 1111111 1110110 0 100100 101000 10110 111 101001 111110

Color Harmonies of #C67F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F76

Black with #C67F76

Text Example


Text Example

White with #C67F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F76; }

 p { color: rgb(198,127,118); }

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

background-color css

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

 a { background-color: rgb(198,127,118); }

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

border-color css

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

 span { border-color: rgb(198,127,118); }

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