Html Css Color HEX #CCA567 Putty

📋 copy color: '#CCA567'

red 204 ◦ green 165 ◦ blue 103

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

Shades of Putty #CCA567

Tints of Putty #CCA567

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 43.22%
G = 34.96%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA567 (or 0xCCA567) is known color: Putty. HEX triplet: CC, A5 and 67. RGB value is (204,165,103). Sum of RGB (Red+Green+Blue) = 204+165+103=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA567 is #335A98. Grayscale: #A9A9A9. Windows color (decimal): -3365529 or 6792652. OLE color: 6792652.

HSL color Cylindrical-coordinate representation of color #CCA567: hue angle of 36.83º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA567 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 103 -
CMYK 0 0.19 0.50 0.2
HSL 36.83º 0.5% 0.6% -
HSV(B) 36.83º 0.5% 0.8% -
XYZ 40.81 40.73 18.54 -
YUV 169.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 204 165 103 0 0.19 0.50 0.2 36.83 0.5 0.6
Hex CC A5 67 0 13 32 14 25 32 3C
Octal 314 245 147 0 23 62 24 45 62 74
Binary 11001100 10100101 1100111 0 10011 110010 10100 100101 110010 111100

Color Harmonies of #CCA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA567

Black with #CCA567

Text Example


Text Example

White with #CCA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA567; }

 p { color: rgb(204,165,103); }

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

background-color css

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

 a { background-color: rgb(204,165,103); }

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

border-color css

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

 span { border-color: rgb(204,165,103); }

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