Html Css Color HEX #CBB76E Putty

📋 copy color: '#CBB76E'

red 203 ◦ green 183 ◦ blue 110

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

Shades of Putty #CBB76E

Tints of Putty #CBB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 40.93%
G = 36.9%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB76E (or 0xCBB76E) is known color: Putty. HEX triplet: CB, B7 and 6E. RGB value is (203,183,110). Sum of RGB (Red+Green+Blue) = 203+183+110=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB76E is #344891. Grayscale: #B4B4B4. Windows color (decimal): -3426450 or 7256011. OLE color: 7256011.

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

Color convert

RGB 203 183 110 -
CMYK 0 0.10 0.46 0.20
HSL 47.1º 0.47% 0.61% -
HSV(B) 47.1º 0.46% 0.8% -
XYZ 44.38 47.69 21.62 -
YUV 180.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 203 183 110 0 0.10 0.46 0.20 47.1 0.47 0.61
Hex CB B7 6E 0 A 2E 14 2F 2F 3D
Octal 313 267 156 0 12 56 24 57 57 75
Binary 11001011 10110111 1101110 0 1010 101110 10100 101111 101111 111101

Color Harmonies of #CBB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB76E

Black with #CBB76E

Text Example


Text Example

White with #CBB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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