Html Css Color HEX #CFA074 Cameo

📋 copy color: '#CFA074'

red 207 ◦ green 160 ◦ blue 116

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

Shades of Cameo #CFA074

Tints of Cameo #CFA074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.13%

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

R = 42.86%
G = 33.13%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA074 (or 0xCFA074) is known color: Cameo. HEX triplet: CF, A0 and 74. RGB value is (207,160,116). Sum of RGB (Red+Green+Blue) = 207+160+116=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA074 is #305F8B. Grayscale: #A9A9A9. Windows color (decimal): -3170188 or 7643343. OLE color: 7643343.

HSL color Cylindrical-coordinate representation of color #CFA074: hue angle of 29.01º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA074 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 116 -
CMYK 0 0.23 0.44 0.19
HSL 29.01º 0.49% 0.63% -
HSV(B) 29.01º 0.44% 0.81% -
XYZ 41.46 39.67 21.99 -
YUV 169.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 207 160 116 0 0.23 0.44 0.19 29.01 0.49 0.63
Hex CF A0 74 0 17 2C 13 1D 31 3F
Octal 317 240 164 0 27 54 23 35 61 77
Binary 11001111 10100000 1110100 0 10111 101100 10011 11101 110001 111111

Color Harmonies of #CFA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA074

Black with #CFA074

Text Example


Text Example

White with #CFA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA074; }

 p { color: rgb(207,160,116); }

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

background-color css

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

 a { background-color: rgb(207,160,116); }

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

border-color css

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

 span { border-color: rgb(207,160,116); }

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