Html Css Color HEX #CBB072 Putty

📋 copy color: '#CBB072'

red 203 ◦ green 176 ◦ blue 114

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

Shades of Putty #CBB072

Tints of Putty #CBB072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 41.18%
G = 35.7%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB072 (or 0xCBB072) is known color: Putty. HEX triplet: CB, B0 and 72. RGB value is (203,176,114). Sum of RGB (Red+Green+Blue) = 203+176+114=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB072 is #344F8D. Grayscale: #B1B1B1. Windows color (decimal): -3428238 or 7516363. OLE color: 7516363.

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

Color convert

RGB 203 176 114 -
CMYK 0 0.13 0.44 0.20
HSL 41.8º 0.46% 0.62% -
HSV(B) 41.8º 0.44% 0.8% -
XYZ 43.19 44.96 22.32 -
YUV 177.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 203 176 114 0 0.13 0.44 0.20 41.8 0.46 0.62
Hex CB B0 72 0 D 2C 14 2A 2E 3E
Octal 313 260 162 0 15 54 24 52 56 76
Binary 11001011 10110000 1110010 0 1101 101100 10100 101010 101110 111110

Color Harmonies of #CBB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB072

Black with #CBB072

Text Example


Text Example

White with #CBB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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