Html Css Color HEX #CBA772 Putty

📋 copy color: '#CBA772'

red 203 ◦ green 167 ◦ blue 114

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

Shades of Putty #CBA772

Tints of Putty #CBA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

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

R = 41.94%
G = 34.5%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA772 (or 0xCBA772) is known color: Putty. HEX triplet: CB, A7 and 72. RGB value is (203,167,114). Sum of RGB (Red+Green+Blue) = 203+167+114=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA772 is #34588D. Grayscale: #ABABAB. Windows color (decimal): -3430542 or 7514059. OLE color: 7514059.

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

Color convert

RGB 203 167 114 -
CMYK 0 0.18 0.44 0.20
HSL 35.73º 0.46% 0.62% -
HSV(B) 35.73º 0.44% 0.8% -
XYZ 41.48 41.55 21.75 -
YUV 171.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 203 167 114 0 0.18 0.44 0.20 35.73 0.46 0.62
Hex CB A7 72 0 12 2C 14 24 2E 3E
Octal 313 247 162 0 22 54 24 44 56 76
Binary 11001011 10100111 1110010 0 10010 101100 10100 100100 101110 111110

Color Harmonies of #CBA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA772

Black with #CBA772

Text Example


Text Example

White with #CBA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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