Html Css Color HEX #CCB572 Putty

📋 copy color: '#CCB572'

red 204 ◦ green 181 ◦ blue 114

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

Shades of Putty #CCB572

Tints of Putty #CCB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 40.88%
G = 36.27%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB572 (or 0xCCB572) is known color: Putty. HEX triplet: CC, B5 and 72. RGB value is (204,181,114). Sum of RGB (Red+Green+Blue) = 204+181+114=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB572 is #334A8D. Grayscale: #B4B4B4. Windows color (decimal): -3361422 or 7517644. OLE color: 7517644.

HSL color Cylindrical-coordinate representation of color #CCB572: hue angle of 44.67º 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 #CCB572 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 114 -
CMYK 0 0.11 0.44 0.2
HSL 44.67º 0.47% 0.62% -
HSV(B) 44.67º 0.44% 0.8% -
XYZ 44.46 47.1 22.67 -
YUV 180.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 204 181 114 0 0.11 0.44 0.2 44.67 0.47 0.62
Hex CC B5 72 0 B 2C 14 2D 2F 3E
Octal 314 265 162 0 13 54 24 55 57 76
Binary 11001100 10110101 1110010 0 1011 101100 10100 101101 101111 111110

Color Harmonies of #CCB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB572

Black with #CCB572

Text Example


Text Example

White with #CCB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB572; }

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

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

background-color css

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

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

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

border-color css

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

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

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