Html Css Color HEX #CCA468 Putty

📋 copy color: '#CCA468'

red 204 ◦ green 164 ◦ blue 104

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

Shades of Putty #CCA468

Tints of Putty #CCA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

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

R = 43.22%
G = 34.75%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCA468 (or 0xCCA468) is known color: Putty. HEX triplet: CC, A4 and 68. RGB value is (204,164,104). Sum of RGB (Red+Green+Blue) = 204+164+104=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA468 is #335B97. Grayscale: #A9A9A9. Windows color (decimal): -3365784 or 6857932. OLE color: 6857932.

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

Color convert

RGB 204 164 104 -
CMYK 0 0.20 0.49 0.2
HSL 36º 0.5% 0.6% -
HSV(B) 36º 0.49% 0.8% -
XYZ 40.68 40.39 18.75 -
YUV 169.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 204 164 104 0 0.20 0.49 0.2 36 0.5 0.6
Hex CC A4 68 0 14 31 14 24 32 3C
Octal 314 244 150 0 24 61 24 44 62 74
Binary 11001100 10100100 1101000 0 10100 110001 10100 100100 110010 111100

Color Harmonies of #CCA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA468

Black with #CCA468

Text Example


Text Example

White with #CCA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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