Html Css Color HEX #CFA684 Cameo

📋 copy color: '#CFA684'

red 207 ◦ green 166 ◦ blue 132

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

Shades of Cameo #CFA684

Tints of Cameo #CFA684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.14%

R = 40.99%
G = 32.87%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CFA684 (or 0xCFA684) is known color: Cameo. HEX triplet: CF, A6 and 84. RGB value is (207,166,132). Sum of RGB (Red+Green+Blue) = 207+166+132=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA684 is #30597B. Grayscale: #AEAEAE. Windows color (decimal): -3168636 or 8693455. OLE color: 8693455.

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

Color convert

RGB 207 166 132 -
CMYK 0 0.20 0.36 0.19
HSL 27.2º 0.44% 0.66% -
HSV(B) 27.2º 0.36% 0.81% -
XYZ 43.53 42.2 27.68 -
YUV 174.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 207 166 132 0 0.20 0.36 0.19 27.2 0.44 0.66
Hex CF A6 84 0 14 24 13 1B 2C 42
Octal 317 246 204 0 24 44 23 33 54 102
Binary 11001111 10100110 10000100 0 10100 100100 10011 11011 101100 1000010

Color Harmonies of #CFA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA684

Black with #CFA684

Text Example


Text Example

White with #CFA684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA684; }

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

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

background-color css

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

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

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

border-color css

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

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

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