Html Css Color HEX #CCA662 Apache

📋 copy color: '#CCA662'

red 204 ◦ green 166 ◦ blue 98

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

Shades of Apache #CCA662

Tints of Apache #CCA662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 43.59%
G = 35.47%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA662 (or 0xCCA662) is known color: Apache. HEX triplet: CC, A6 and 62. RGB value is (204,166,98). Sum of RGB (Red+Green+Blue) = 204+166+98=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA662 is #33599D. Grayscale: #A9A9A9. Windows color (decimal): -3365278 or 6465228. OLE color: 6465228.

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

Color convert

RGB 204 166 98 -
CMYK 0 0.19 0.52 0.2
HSL 38.49º 0.51% 0.59% -
HSV(B) 38.49º 0.52% 0.8% -
XYZ 40.74 40.99 17.32 -
YUV 169.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 204 166 98 0 0.19 0.52 0.2 38.49 0.51 0.59
Hex CC A6 62 0 13 34 14 26 33 3B
Octal 314 246 142 0 23 64 24 46 63 73
Binary 11001100 10100110 1100010 0 10011 110100 10100 100110 110011 111011

Color Harmonies of #CCA662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA662

Black with #CCA662

Text Example


Text Example

White with #CCA662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA662; }

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

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

background-color css

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

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

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

border-color css

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

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

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