Html Css Color HEX #CCA968 Putty

📋 copy color: '#CCA968'

red 204 ◦ green 169 ◦ blue 104

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

Shades of Putty #CCA968

Tints of Putty #CCA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 42.77%
G = 35.43%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCA968 (or 0xCCA968) is known color: Putty. HEX triplet: CC, A9 and 68. RGB value is (204,169,104). Sum of RGB (Red+Green+Blue) = 204+169+104=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA968 is #335697. Grayscale: #ACACAC. Windows color (decimal): -3364504 or 6859212. OLE color: 6859212.

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

Color convert

RGB 204 169 104 -
CMYK 0 0.17 0.49 0.2
HSL 39º 0.5% 0.6% -
HSV(B) 39º 0.49% 0.8% -
XYZ 41.59 42.21 19.05 -
YUV 172.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 204 169 104 0 0.17 0.49 0.2 39 0.5 0.6
Hex CC A9 68 0 11 31 14 27 32 3C
Octal 314 251 150 0 21 61 24 47 62 74
Binary 11001100 10101001 1101000 0 10001 110001 10100 100111 110010 111100

Color Harmonies of #CCA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA968

Black with #CCA968

Text Example


Text Example

White with #CCA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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