Html Css Color HEX #CFA677 Cameo

📋 copy color: '#CFA677'

red 207 ◦ green 166 ◦ blue 119

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

Shades of Cameo #CFA677

Tints of Cameo #CFA677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.74%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 42.07%
G = 33.74%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFA677 (or 0xCFA677) is known color: Cameo. HEX triplet: CF, A6 and 77. RGB value is (207,166,119). Sum of RGB (Red+Green+Blue) = 207+166+119=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA677 is #305988. Grayscale: #ADADAD. Windows color (decimal): -3168649 or 7841487. OLE color: 7841487.

HSL color Cylindrical-coordinate representation of color #CFA677: hue angle of 32.05º 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 #CFA677 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 119 -
CMYK 0 0.20 0.43 0.19
HSL 32.05º 0.48% 0.64% -
HSV(B) 32.05º 0.43% 0.81% -
XYZ 42.7 41.87 23.28 -
YUV 172.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 207 166 119 0 0.20 0.43 0.19 32.05 0.48 0.64
Hex CF A6 77 0 14 2B 13 20 30 40
Octal 317 246 167 0 24 53 23 40 60 100
Binary 11001111 10100110 1110111 0 10100 101011 10011 100000 110000 1000000

Color Harmonies of #CFA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA677

Black with #CFA677

Text Example


Text Example

White with #CFA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA677; }

 p { color: rgb(207,166,119); }

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

background-color css

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

 a { background-color: rgb(207,166,119); }

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

border-color css

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

 span { border-color: rgb(207,166,119); }

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