Html Css Color HEX #CBB06E Putty

📋 copy color: '#CBB06E'

red 203 ◦ green 176 ◦ blue 110

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

Shades of Putty #CBB06E

Tints of Putty #CBB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

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

R = 41.51%
G = 35.99%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB06E (or 0xCBB06E) is known color: Putty. HEX triplet: CB, B0 and 6E. RGB value is (203,176,110). Sum of RGB (Red+Green+Blue) = 203+176+110=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06E is #344F91. Grayscale: #B0B0B0. Windows color (decimal): -3428242 or 7254219. OLE color: 7254219.

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

Color convert

RGB 203 176 110 -
CMYK 0 0.13 0.46 0.20
HSL 42.58º 0.47% 0.61% -
HSV(B) 42.58º 0.46% 0.8% -
XYZ 42.97 44.87 21.15 -
YUV 176.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 203 176 110 0 0.13 0.46 0.20 42.58 0.47 0.61
Hex CB B0 6E 0 D 2E 14 2B 2F 3D
Octal 313 260 156 0 15 56 24 53 57 75
Binary 11001011 10110000 1101110 0 1101 101110 10100 101011 101111 111101

Color Harmonies of #CBB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB06E

Black with #CBB06E

Text Example


Text Example

White with #CBB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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