Html Css Color HEX #CBB270 Putty

📋 copy color: '#CBB270'

red 203 ◦ green 178 ◦ blue 112

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

Shades of Putty #CBB270

Tints of Putty #CBB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 41.18%
G = 36.11%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBB270 (or 0xCBB270) is known color: Putty. HEX triplet: CB, B2 and 70. RGB value is (203,178,112). Sum of RGB (Red+Green+Blue) = 203+178+112=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB270 is #344D8F. Grayscale: #B2B2B2. Windows color (decimal): -3427728 or 7385803. OLE color: 7385803.

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

Color convert

RGB 203 178 112 -
CMYK 0 0.12 0.45 0.20
HSL 43.52º 0.47% 0.62% -
HSV(B) 43.52º 0.45% 0.8% -
XYZ 43.47 45.71 21.86 -
YUV 177.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 203 178 112 0 0.12 0.45 0.20 43.52 0.47 0.62
Hex CB B2 70 0 C 2D 14 2C 2F 3E
Octal 313 262 160 0 14 55 24 54 57 76
Binary 11001011 10110010 1110000 0 1100 101101 10100 101100 101111 111110

Color Harmonies of #CBB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB270

Black with #CBB270

Text Example


Text Example

White with #CBB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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