Html Css Color HEX #CBA872 Putty

📋 copy color: '#CBA872'

red 203 ◦ green 168 ◦ blue 114

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

Shades of Putty #CBA872

Tints of Putty #CBA872

RGB

 RED value IS 203 (79.69% from 255) = 41.86%

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 41.86%
G = 34.64%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA872 (or 0xCBA872) is known color: Putty. HEX triplet: CB, A8 and 72. RGB value is (203,168,114). Sum of RGB (Red+Green+Blue) = 203+168+114=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA872 is #34578D. Grayscale: #ACACAC. Windows color (decimal): -3430286 or 7514315. OLE color: 7514315.

HSL color Cylindrical-coordinate representation of color #CBA872: hue angle of 36.4º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA872 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 114 -
CMYK 0 0.17 0.44 0.20
HSL 36.4º 0.46% 0.62% -
HSV(B) 36.4º 0.44% 0.8% -
XYZ 41.67 41.92 21.81 -
YUV 172.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 203 168 114 0 0.17 0.44 0.20 36.4 0.46 0.62
Hex CB A8 72 0 11 2C 14 24 2E 3E
Octal 313 250 162 0 21 54 24 44 56 76
Binary 11001011 10101000 1110010 0 10001 101100 10100 100100 101110 111110

Color Harmonies of #CBA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA872

Black with #CBA872

Text Example


Text Example

White with #CBA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA872; }

 p { color: rgb(203,168,114); }

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

background-color css

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

 a { background-color: rgb(203,168,114); }

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

border-color css

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

 span { border-color: rgb(203,168,114); }

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