Html Css Color HEX #CBB36C Putty

📋 copy color: '#CBB36C'

red 203 ◦ green 179 ◦ blue 108

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

Shades of Putty #CBB36C

Tints of Putty #CBB36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 41.43%
G = 36.53%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBB36C (or 0xCBB36C) is known color: Putty. HEX triplet: CB, B3 and 6C. RGB value is (203,179,108). Sum of RGB (Red+Green+Blue) = 203+179+108=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36C is #344C93. Grayscale: #B2B2B2. Windows color (decimal): -3427476 or 7123915. OLE color: 7123915.

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

Color convert

RGB 203 179 108 -
CMYK 0 0.12 0.47 0.20
HSL 44.84º 0.48% 0.61% -
HSV(B) 44.84º 0.47% 0.8% -
XYZ 43.46 46.02 20.78 -
YUV 178.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 203 179 108 0 0.12 0.47 0.20 44.84 0.48 0.61
Hex CB B3 6C 0 C 2F 14 2D 30 3D
Octal 313 263 154 0 14 57 24 55 60 75
Binary 11001011 10110011 1101100 0 1100 101111 10100 101101 110000 111101

Color Harmonies of #CBB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB36C

Black with #CBB36C

Text Example


Text Example

White with #CBB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB36C; }

 p { color: rgb(203,179,108); }

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

background-color css

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

 a { background-color: rgb(203,179,108); }

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

border-color css

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

 span { border-color: rgb(203,179,108); }

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