Html Css Color HEX #CCAC69 Putty

📋 copy color: '#CCAC69'

red 204 ◦ green 172 ◦ blue 105

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

Shades of Putty #CCAC69

Tints of Putty #CCAC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

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

R = 42.41%
G = 35.76%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCAC69 (or 0xCCAC69) is known color: Putty. HEX triplet: CC, AC and 69. RGB value is (204,172,105). Sum of RGB (Red+Green+Blue) = 204+172+105=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC69 is #335396. Grayscale: #AEAEAE. Windows color (decimal): -3363735 or 6925516. OLE color: 6925516.

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

Color convert

RGB 204 172 105 -
CMYK 0 0.16 0.49 0.2
HSL 40.61º 0.49% 0.61% -
HSV(B) 40.61º 0.49% 0.8% -
XYZ 42.2 43.36 19.51 -
YUV 173.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 204 172 105 0 0.16 0.49 0.2 40.61 0.49 0.61
Hex CC AC 69 0 10 31 14 29 31 3D
Octal 314 254 151 0 20 61 24 51 61 75
Binary 11001100 10101100 1101001 0 10000 110001 10100 101001 110001 111101

Color Harmonies of #CCAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC69

Black with #CCAC69

Text Example


Text Example

White with #CCAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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