Html Css Color HEX #CCA462 Apache

📋 copy color: '#CCA462'

red 204 ◦ green 164 ◦ blue 98

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

Shades of Apache #CCA462

Tints of Apache #CCA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.19%

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

R = 43.78%
G = 35.19%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA462 (or 0xCCA462) is known color: Apache. HEX triplet: CC, A4 and 62. RGB value is (204,164,98). Sum of RGB (Red+Green+Blue) = 204+164+98=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA462 is #335B9D. Grayscale: #A8A8A8. Windows color (decimal): -3365790 or 6464716. OLE color: 6464716.

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

Color convert

RGB 204 164 98 -
CMYK 0 0.20 0.52 0.2
HSL 37.36º 0.51% 0.59% -
HSV(B) 37.36º 0.52% 0.8% -
XYZ 40.38 40.27 17.2 -
YUV 168.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 204 164 98 0 0.20 0.52 0.2 37.36 0.51 0.59
Hex CC A4 62 0 14 34 14 25 33 3B
Octal 314 244 142 0 24 64 24 45 63 73
Binary 11001100 10100100 1100010 0 10100 110100 10100 100101 110011 111011

Color Harmonies of #CCA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA462

Black with #CCA462

Text Example


Text Example

White with #CCA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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