Html Css Color HEX #CBB570 Putty

📋 copy color: '#CBB570'

red 203 ◦ green 181 ◦ blue 112

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

Shades of Putty #CBB570

Tints of Putty #CBB570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 40.93%
G = 36.49%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBB570 (or 0xCBB570) is known color: Putty. HEX triplet: CB, B5 and 70. RGB value is (203,181,112). Sum of RGB (Red+Green+Blue) = 203+181+112=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB570 is #344A8F. Grayscale: #B4B4B4. Windows color (decimal): -3426960 or 7386571. OLE color: 7386571.

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

Color convert

RGB 203 181 112 -
CMYK 0 0.11 0.45 0.20
HSL 45.49º 0.47% 0.62% -
HSV(B) 45.49º 0.45% 0.8% -
XYZ 44.08 46.91 22.06 -
YUV 179.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 203 181 112 0 0.11 0.45 0.20 45.49 0.47 0.62
Hex CB B5 70 0 B 2D 14 2D 2F 3E
Octal 313 265 160 0 13 55 24 55 57 76
Binary 11001011 10110101 1110000 0 1011 101101 10100 101101 101111 111110

Color Harmonies of #CBB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB570

Black with #CBB570

Text Example


Text Example

White with #CBB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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