Html Css Color HEX #CCB872 Putty

📋 copy color: '#CCB872'

red 204 ◦ green 184 ◦ blue 114

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

Shades of Putty #CCB872

Tints of Putty #CCB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 40.64%
G = 36.65%
B = 22.71%

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

#CCB872 (or 0xCCB872) is known color: Putty. HEX triplet: CC, B8 and 72. RGB value is (204,184,114). Sum of RGB (Red+Green+Blue) = 204+184+114=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB872 is #33478D. Grayscale: #B6B6B6. Windows color (decimal): -3360654 or 7518412. OLE color: 7518412.

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

Color convert

RGB 204 184 114 -
CMYK 0 0.10 0.44 0.2
HSL 46.67º 0.47% 0.62% -
HSV(B) 46.67º 0.44% 0.8% -
XYZ 45.08 48.33 22.87 -
YUV 182 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 204 184 114 0 0.10 0.44 0.2 46.67 0.47 0.62
Hex CC B8 72 0 A 2C 14 2F 2F 3E
Octal 314 270 162 0 12 54 24 57 57 76
Binary 11001100 10111000 1110010 0 1010 101100 10100 101111 101111 111110

Color Harmonies of #CCB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB872

Black with #CCB872

Text Example


Text Example

White with #CCB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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