Html Css Color HEX #CFA176 Cameo

📋 copy color: '#CFA176'

red 207 ◦ green 161 ◦ blue 118

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

Shades of Cameo #CFA176

Tints of Cameo #CFA176

RGB

 RED value IS 207 (81.25% from 255) = 42.59%

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 42.59%
G = 33.13%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFA176 (or 0xCFA176) is known color: Cameo. HEX triplet: CF, A1 and 76. RGB value is (207,161,118). Sum of RGB (Red+Green+Blue) = 207+161+118=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA176 is #305E89. Grayscale: #AAAAAA. Windows color (decimal): -3169930 or 7774671. OLE color: 7774671.

HSL color Cylindrical-coordinate representation of color #CFA176: hue angle of 28.99º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA176 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 118 -
CMYK 0 0.22 0.43 0.19
HSL 28.99º 0.48% 0.64% -
HSV(B) 28.99º 0.43% 0.81% -
XYZ 41.75 40.06 22.67 -
YUV 169.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 207 161 118 0 0.22 0.43 0.19 28.99 0.48 0.64
Hex CF A1 76 0 16 2B 13 1D 30 40
Octal 317 241 166 0 26 53 23 35 60 100
Binary 11001111 10100001 1110110 0 10110 101011 10011 11101 110000 1000000

Color Harmonies of #CFA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA176

Black with #CFA176

Text Example


Text Example

White with #CFA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA176; }

 p { color: rgb(207,161,118); }

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

background-color css

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

 a { background-color: rgb(207,161,118); }

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

border-color css

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

 span { border-color: rgb(207,161,118); }

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