Html Css Color HEX #CBB574 Putty

📋 copy color: '#CBB574'

red 203 ◦ green 181 ◦ blue 116

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

Shades of Putty #CBB574

Tints of Putty #CBB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 40.6%
G = 36.2%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB574 (or 0xCBB574) is known color: Putty. HEX triplet: CB, B5 and 74. RGB value is (203,181,116). Sum of RGB (Red+Green+Blue) = 203+181+116=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB574 is #344A8B. Grayscale: #B4B4B4. Windows color (decimal): -3426956 or 7648715. OLE color: 7648715.

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

Color convert

RGB 203 181 116 -
CMYK 0 0.11 0.43 0.20
HSL 44.83º 0.46% 0.63% -
HSV(B) 44.83º 0.43% 0.8% -
XYZ 44.3 47.01 23.26 -
YUV 180.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 203 181 116 0 0.11 0.43 0.20 44.83 0.46 0.63
Hex CB B5 74 0 B 2B 14 2D 2E 3F
Octal 313 265 164 0 13 53 24 55 56 77
Binary 11001011 10110101 1110100 0 1011 101011 10100 101101 101110 111111

Color Harmonies of #CBB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB574

Black with #CBB574

Text Example


Text Example

White with #CBB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB574; }

 p { color: rgb(203,181,116); }

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

background-color css

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

 a { background-color: rgb(203,181,116); }

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

border-color css

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

 span { border-color: rgb(203,181,116); }

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