Html Css Color HEX #CBB56D Putty

📋 copy color: '#CBB56D'

red 203 ◦ green 181 ◦ blue 109

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

Shades of Putty #CBB56D

Tints of Putty #CBB56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 41.18%
G = 36.71%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB56D (or 0xCBB56D) is known color: Putty. HEX triplet: CB, B5 and 6D. RGB value is (203,181,109). Sum of RGB (Red+Green+Blue) = 203+181+109=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB56D is #344A92. Grayscale: #B3B3B3. Windows color (decimal): -3426963 or 7189963. OLE color: 7189963.

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

Color convert

RGB 203 181 109 -
CMYK 0 0.11 0.46 0.20
HSL 45.96º 0.47% 0.61% -
HSV(B) 45.96º 0.46% 0.8% -
XYZ 43.91 46.85 21.2 -
YUV 179.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 203 181 109 0 0.11 0.46 0.20 45.96 0.47 0.61
Hex CB B5 6D 0 B 2E 14 2E 2F 3D
Octal 313 265 155 0 13 56 24 56 57 75
Binary 11001011 10110101 1101101 0 1011 101110 10100 101110 101111 111101

Color Harmonies of #CBB56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB56D

Black with #CBB56D

Text Example


Text Example

White with #CBB56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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