Html Css Color HEX #CCA568 Putty

📋 copy color: '#CCA568'

red 204 ◦ green 165 ◦ blue 104

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

Shades of Putty #CCA568

Tints of Putty #CCA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 43.13%
G = 34.88%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCA568 (or 0xCCA568) is known color: Putty. HEX triplet: CC, A5 and 68. RGB value is (204,165,104). Sum of RGB (Red+Green+Blue) = 204+165+104=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA568 is #335A97. Grayscale: #A9A9A9. Windows color (decimal): -3365528 or 6858188. OLE color: 6858188.

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

Color convert

RGB 204 165 104 -
CMYK 0 0.19 0.49 0.2
HSL 36.6º 0.5% 0.6% -
HSV(B) 36.6º 0.49% 0.8% -
XYZ 40.86 40.75 18.81 -
YUV 169.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 204 165 104 0 0.19 0.49 0.2 36.6 0.5 0.6
Hex CC A5 68 0 13 31 14 25 32 3C
Octal 314 245 150 0 23 61 24 45 62 74
Binary 11001100 10100101 1101000 0 10011 110001 10100 100101 110010 111100

Color Harmonies of #CCA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA568

Black with #CCA568

Text Example


Text Example

White with #CCA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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