Html Css Color HEX #CBAE72 Putty

📋 copy color: '#CBAE72'

red 203 ◦ green 174 ◦ blue 114

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

Shades of Putty #CBAE72

Tints of Putty #CBAE72

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 41.34%
G = 35.44%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBAE72 (or 0xCBAE72) is known color: Putty. HEX triplet: CB, AE and 72. RGB value is (203,174,114). Sum of RGB (Red+Green+Blue) = 203+174+114=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE72 is #34518D. Grayscale: #B0B0B0. Windows color (decimal): -3428750 or 7515851. OLE color: 7515851.

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

Color convert

RGB 203 174 114 -
CMYK 0 0.14 0.44 0.20
HSL 40.45º 0.46% 0.62% -
HSV(B) 40.45º 0.44% 0.8% -
XYZ 42.8 44.18 22.19 -
YUV 175.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 203 174 114 0 0.14 0.44 0.20 40.45 0.46 0.62
Hex CB AE 72 0 E 2C 14 28 2E 3E
Octal 313 256 162 0 16 54 24 50 56 76
Binary 11001011 10101110 1110010 0 1110 101100 10100 101000 101110 111110

Color Harmonies of #CBAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE72

Black with #CBAE72

Text Example


Text Example

White with #CBAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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