Html Css Color HEX #CCA669 Putty

📋 copy color: '#CCA669'

red 204 ◦ green 166 ◦ blue 105

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

Shades of Putty #CCA669

Tints of Putty #CCA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

 BLUE value IS 105 (41.41% from 255) = 22.11%

R = 42.95%
G = 34.95%
B = 22.11%

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

#CCA669 (or 0xCCA669) is known color: Putty. HEX triplet: CC, A6 and 69. RGB value is (204,166,105). Sum of RGB (Red+Green+Blue) = 204+166+105=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA669 is #335996. Grayscale: #AAAAAA. Windows color (decimal): -3365271 or 6923980. OLE color: 6923980.

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

Color convert

RGB 204 166 105 -
CMYK 0 0.19 0.49 0.2
HSL 36.97º 0.49% 0.61% -
HSV(B) 36.97º 0.49% 0.8% -
XYZ 41.09 41.13 19.14 -
YUV 170.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 204 166 105 0 0.19 0.49 0.2 36.97 0.49 0.61
Hex CC A6 69 0 13 31 14 25 31 3D
Octal 314 246 151 0 23 61 24 45 61 75
Binary 11001100 10100110 1101001 0 10011 110001 10100 100101 110001 111101

Color Harmonies of #CCA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA669

Black with #CCA669

Text Example


Text Example

White with #CCA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA669; }

 p { color: rgb(204,166,105); }

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

background-color css

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

 a { background-color: rgb(204,166,105); }

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

border-color css

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

 span { border-color: rgb(204,166,105); }

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