Html Css Color HEX #CBA572 Putty

📋 copy color: '#CBA572'

red 203 ◦ green 165 ◦ blue 114

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

Shades of Putty #CBA572

Tints of Putty #CBA572

RGB

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

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

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

R = 42.12%
G = 34.23%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA572 (or 0xCBA572) is known color: Putty. HEX triplet: CB, A5 and 72. RGB value is (203,165,114). Sum of RGB (Red+Green+Blue) = 203+165+114=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA572 is #345A8D. Grayscale: #AAAAAA. Windows color (decimal): -3431054 or 7513547. OLE color: 7513547.

HSL color Cylindrical-coordinate representation of color #CBA572: hue angle of 34.38º 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 #CBA572 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 114 -
CMYK 0 0.19 0.44 0.20
HSL 34.38º 0.46% 0.62% -
HSV(B) 34.38º 0.44% 0.8% -
XYZ 41.12 40.82 21.63 -
YUV 170.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 203 165 114 0 0.19 0.44 0.20 34.38 0.46 0.62
Hex CB A5 72 0 13 2C 14 22 2E 3E
Octal 313 245 162 0 23 54 24 42 56 76
Binary 11001011 10100101 1110010 0 10011 101100 10100 100010 101110 111110

Color Harmonies of #CBA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA572

Black with #CBA572

Text Example


Text Example

White with #CBA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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