Html Css Color HEX #CCB672 Putty

📋 copy color: '#CCB672'

red 204 ◦ green 182 ◦ blue 114

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

Shades of Putty #CCB672

Tints of Putty #CCB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

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

R = 40.8%
G = 36.4%
B = 22.8%

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

#CCB672 (or 0xCCB672) is known color: Putty. HEX triplet: CC, B6 and 72. RGB value is (204,182,114). Sum of RGB (Red+Green+Blue) = 204+182+114=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB672 is #33498D. Grayscale: #B5B5B5. Windows color (decimal): -3361166 or 7517900. OLE color: 7517900.

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

Color convert

RGB 204 182 114 -
CMYK 0 0.11 0.44 0.2
HSL 45.33º 0.47% 0.62% -
HSV(B) 45.33º 0.44% 0.8% -
XYZ 44.67 47.51 22.74 -
YUV 180.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 204 182 114 0 0.11 0.44 0.2 45.33 0.47 0.62
Hex CC B6 72 0 B 2C 14 2D 2F 3E
Octal 314 266 162 0 13 54 24 55 57 76
Binary 11001100 10110110 1110010 0 1011 101100 10100 101101 101111 111110

Color Harmonies of #CCB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB672

Black with #CCB672

Text Example


Text Example

White with #CCB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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