Html Css Color HEX #CFA589 Cameo

📋 copy color: '#CFA589'

red 207 ◦ green 165 ◦ blue 137

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

Shades of Cameo #CFA589

Tints of Cameo #CFA589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

 BLUE value IS 137 (53.91% from 255) = 26.92%

R = 40.67%
G = 32.42%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CFA589 (or 0xCFA589) is known color: Cameo. HEX triplet: CF, A5 and 89. RGB value is (207,165,137). Sum of RGB (Red+Green+Blue) = 207+165+137=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA589 is #305A76. Grayscale: #AEAEAE. Windows color (decimal): -3168887 or 9020879. OLE color: 9020879.

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

Color convert

RGB 207 165 137 -
CMYK 0 0.20 0.34 0.19
HSL 24º 0.42% 0.67% -
HSV(B) 24º 0.34% 0.81% -
XYZ 43.7 41.98 29.47 -
YUV 174.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 207 165 137 0 0.20 0.34 0.19 24 0.42 0.67
Hex CF A5 89 0 14 22 13 18 2A 43
Octal 317 245 211 0 24 42 23 30 52 103
Binary 11001111 10100101 10001001 0 10100 100010 10011 11000 101010 1000011

Color Harmonies of #CFA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA589

Black with #CFA589

Text Example


Text Example

White with #CFA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA589; }

 p { color: rgb(207,165,137); }

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

background-color css

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

 a { background-color: rgb(207,165,137); }

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

border-color css

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

 span { border-color: rgb(207,165,137); }

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