Html Css Color HEX #CFA587 Cameo

📋 copy color: '#CFA587'

red 207 ◦ green 165 ◦ blue 135

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

Shades of Cameo #CFA587

Tints of Cameo #CFA587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.63%

R = 40.83%
G = 32.54%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CFA587 (or 0xCFA587) is known color: Cameo. HEX triplet: CF, A5 and 87. RGB value is (207,165,135). Sum of RGB (Red+Green+Blue) = 207+165+135=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA587 is #305A78. Grayscale: #AEAEAE. Windows color (decimal): -3168889 or 8889807. OLE color: 8889807.

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

Color convert

RGB 207 165 135 -
CMYK 0 0.20 0.35 0.19
HSL 25º 0.43% 0.67% -
HSV(B) 25º 0.35% 0.81% -
XYZ 43.56 41.92 28.72 -
YUV 174.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 207 165 135 0 0.20 0.35 0.19 25 0.43 0.67
Hex CF A5 87 0 14 23 13 19 2B 43
Octal 317 245 207 0 24 43 23 31 53 103
Binary 11001111 10100101 10000111 0 10100 100011 10011 11001 101011 1000011

Color Harmonies of #CFA587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA587

Black with #CFA587

Text Example


Text Example

White with #CFA587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA587; }

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

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

background-color css

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

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

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

border-color css

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

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

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