Html Css Color HEX #CBB36A Putty

📋 copy color: '#CBB36A'

red 203 ◦ green 179 ◦ blue 106

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

Shades of Putty #CBB36A

Tints of Putty #CBB36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 41.6%
G = 36.68%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBB36A (or 0xCBB36A) is known color: Putty. HEX triplet: CB, B3 and 6A. RGB value is (203,179,106). Sum of RGB (Red+Green+Blue) = 203+179+106=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36A is #344C95. Grayscale: #B2B2B2. Windows color (decimal): -3427478 or 6992843. OLE color: 6992843.

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

Color convert

RGB 203 179 106 -
CMYK 0 0.12 0.48 0.20
HSL 45.15º 0.48% 0.61% -
HSV(B) 45.15º 0.48% 0.8% -
XYZ 43.35 45.98 20.23 -
YUV 177.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 203 179 106 0 0.12 0.48 0.20 45.15 0.48 0.61
Hex CB B3 6A 0 C 30 14 2D 30 3D
Octal 313 263 152 0 14 60 24 55 60 75
Binary 11001011 10110011 1101010 0 1100 110000 10100 101101 110000 111101

Color Harmonies of #CBB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB36A

Black with #CBB36A

Text Example


Text Example

White with #CBB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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