Html Css Color HEX #CBB472 Putty

📋 copy color: '#CBB472'

red 203 ◦ green 180 ◦ blue 114

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

Shades of Putty #CBB472

Tints of Putty #CBB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

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

R = 40.85%
G = 36.22%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB472 (or 0xCBB472) is known color: Putty. HEX triplet: CB, B4 and 72. RGB value is (203,180,114). Sum of RGB (Red+Green+Blue) = 203+180+114=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB472 is #344B8D. Grayscale: #B3B3B3. Windows color (decimal): -3427214 or 7517387. OLE color: 7517387.

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

Color convert

RGB 203 180 114 -
CMYK 0 0.11 0.44 0.20
HSL 44.49º 0.46% 0.62% -
HSV(B) 44.49º 0.44% 0.8% -
XYZ 43.99 46.55 22.59 -
YUV 179.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 203 180 114 0 0.11 0.44 0.20 44.49 0.46 0.62
Hex CB B4 72 0 B 2C 14 2C 2E 3E
Octal 313 264 162 0 13 54 24 54 56 76
Binary 11001011 10110100 1110010 0 1011 101100 10100 101100 101110 111110

Color Harmonies of #CBB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB472

Black with #CBB472

Text Example


Text Example

White with #CBB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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