Html Css Color HEX #CBB36E Putty

📋 copy color: '#CBB36E'

red 203 ◦ green 179 ◦ blue 110

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

Shades of Putty #CBB36E

Tints of Putty #CBB36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 41.26%
G = 36.38%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB36E (or 0xCBB36E) is known color: Putty. HEX triplet: CB, B3 and 6E. RGB value is (203,179,110). Sum of RGB (Red+Green+Blue) = 203+179+110=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36E is #344C91. Grayscale: #B2B2B2. Windows color (decimal): -3427474 or 7254987. OLE color: 7254987.

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

Color convert

RGB 203 179 110 -
CMYK 0 0.12 0.46 0.20
HSL 44.52º 0.47% 0.61% -
HSV(B) 44.52º 0.46% 0.8% -
XYZ 43.56 46.06 21.35 -
YUV 178.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 203 179 110 0 0.12 0.46 0.20 44.52 0.47 0.61
Hex CB B3 6E 0 C 2E 14 2D 2F 3D
Octal 313 263 156 0 14 56 24 55 57 75
Binary 11001011 10110011 1101110 0 1100 101110 10100 101101 101111 111101

Color Harmonies of #CBB36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB36E

Black with #CBB36E

Text Example


Text Example

White with #CBB36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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