Html Css Color HEX #CBB773 Putty

📋 copy color: '#CBB773'

red 203 ◦ green 183 ◦ blue 115

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

Shades of Putty #CBB773

Tints of Putty #CBB773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 40.52%
G = 36.53%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB773 (or 0xCBB773) is known color: Putty. HEX triplet: CB, B7 and 73. RGB value is (203,183,115). Sum of RGB (Red+Green+Blue) = 203+183+115=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB773 is #34488C. Grayscale: #B5B5B5. Windows color (decimal): -3426445 or 7583691. OLE color: 7583691.

HSL color Cylindrical-coordinate representation of color #CBB773: hue angle of 46.36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBB773 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 115 -
CMYK 0 0.10 0.43 0.20
HSL 46.36º 0.46% 0.62% -
HSV(B) 46.36º 0.43% 0.8% -
XYZ 44.66 47.8 23.09 -
YUV 181.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 203 183 115 0 0.10 0.43 0.20 46.36 0.46 0.62
Hex CB B7 73 0 A 2B 14 2E 2E 3E
Octal 313 267 163 0 12 53 24 56 56 76
Binary 11001011 10110111 1110011 0 1010 101011 10100 101110 101110 111110

Color Harmonies of #CBB773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB773

Black with #CBB773

Text Example


Text Example

White with #CBB773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB773; }

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

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

background-color css

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

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

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

border-color css

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

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

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