Html Css Color HEX #CCB772 Putty

📋 copy color: '#CCB772'

red 204 ◦ green 183 ◦ blue 114

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

Shades of Putty #CCB772

Tints of Putty #CCB772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 40.72%
G = 36.53%
B = 22.75%

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

#CCB772 (or 0xCCB772) is known color: Putty. HEX triplet: CC, B7 and 72. RGB value is (204,183,114). Sum of RGB (Red+Green+Blue) = 204+183+114=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB772 is #33488D. Grayscale: #B5B5B5. Windows color (decimal): -3360910 or 7518156. OLE color: 7518156.

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

Color convert

RGB 204 183 114 -
CMYK 0 0.10 0.44 0.2
HSL 46º 0.47% 0.62% -
HSV(B) 46º 0.44% 0.8% -
XYZ 44.87 47.92 22.8 -
YUV 181.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 204 183 114 0 0.10 0.44 0.2 46 0.47 0.62
Hex CC B7 72 0 A 2C 14 2E 2F 3E
Octal 314 267 162 0 12 54 24 56 57 76
Binary 11001100 10110111 1110010 0 1010 101100 10100 101110 101111 111110

Color Harmonies of #CCB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB772

Black with #CCB772

Text Example


Text Example

White with #CCB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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