Html Css Color HEX #CCAA67 Putty

📋 copy color: '#CCAA67'

red 204 ◦ green 170 ◦ blue 103

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

Shades of Putty #CCAA67

Tints of Putty #CCAA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.64%

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

R = 42.77%
G = 35.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCAA67 (or 0xCCAA67) is known color: Putty. HEX triplet: CC, AA and 67. RGB value is (204,170,103). Sum of RGB (Red+Green+Blue) = 204+170+103=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA67 is #335598. Grayscale: #ACACAC. Windows color (decimal): -3364249 or 6793932. OLE color: 6793932.

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

Color convert

RGB 204 170 103 -
CMYK 0 0.17 0.50 0.2
HSL 39.8º 0.5% 0.6% -
HSV(B) 39.8º 0.5% 0.8% -
XYZ 41.72 42.57 18.85 -
YUV 172.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 204 170 103 0 0.17 0.50 0.2 39.8 0.5 0.6
Hex CC AA 67 0 11 32 14 28 32 3C
Octal 314 252 147 0 21 62 24 50 62 74
Binary 11001100 10101010 1100111 0 10001 110010 10100 101000 110010 111100

Color Harmonies of #CCAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA67

Black with #CCAA67

Text Example


Text Example

White with #CCAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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