Html Css Color HEX #CCB773 Putty

📋 copy color: '#CCB773'

red 204 ◦ green 183 ◦ blue 115

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

Shades of Putty #CCB773

Tints of Putty #CCB773

RGB

 RED value IS 204 (80.08% from 255) = 40.64%

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

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

R = 40.64%
G = 36.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB773 (or 0xCCB773) is known color: Putty. HEX triplet: CC, B7 and 73. RGB value is (204,183,115). Sum of RGB (Red+Green+Blue) = 204+183+115=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB773 is #33488C. Grayscale: #B5B5B5. Windows color (decimal): -3360909 or 7583692. OLE color: 7583692.

HSL color Cylindrical-coordinate representation of color #CCB773: hue angle of 45.84º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCB773 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 115 -
CMYK 0 0.10 0.44 0.2
HSL 45.84º 0.47% 0.63% -
HSV(B) 45.84º 0.44% 0.8% -
XYZ 44.93 47.94 23.11 -
YUV 181.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 204 183 115 0 0.10 0.44 0.2 45.84 0.47 0.63
Hex CC B7 73 0 A 2C 14 2E 2F 3F
Octal 314 267 163 0 12 54 24 56 57 77
Binary 11001100 10110111 1110011 0 1010 101100 10100 101110 101111 111111

Color Harmonies of #CCB773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB773

Black with #CCB773

Text Example


Text Example

White with #CCB773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB773; }

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

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

background-color css

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

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

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

border-color css

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

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

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