Html Css Color HEX #CCAC67 Putty

📋 copy color: '#CCAC67'

red 204 ◦ green 172 ◦ blue 103

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

Shades of Putty #CCAC67

Tints of Putty #CCAC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.5%

R = 42.59%
G = 35.91%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCAC67 (or 0xCCAC67) is known color: Putty. HEX triplet: CC, AC and 67. RGB value is (204,172,103). Sum of RGB (Red+Green+Blue) = 204+172+103=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC67 is #335398. Grayscale: #AEAEAE. Windows color (decimal): -3363737 or 6794444. OLE color: 6794444.

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

Color convert

RGB 204 172 103 -
CMYK 0 0.16 0.50 0.2
HSL 40.99º 0.5% 0.6% -
HSV(B) 40.99º 0.5% 0.8% -
XYZ 42.1 43.32 18.97 -
YUV 173.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 204 172 103 0 0.16 0.50 0.2 40.99 0.5 0.6
Hex CC AC 67 0 10 32 14 29 32 3C
Octal 314 254 147 0 20 62 24 51 62 74
Binary 11001100 10101100 1100111 0 10000 110010 10100 101001 110010 111100

Color Harmonies of #CCAC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC67

Black with #CCAC67

Text Example


Text Example

White with #CCAC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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