Html Css Color HEX #CCA362 Apache

📋 copy color: '#CCA362'

red 204 ◦ green 163 ◦ blue 98

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

Shades of Apache #CCA362

Tints of Apache #CCA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

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

R = 43.87%
G = 35.05%
B = 21.08%

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

#CCA362 (or 0xCCA362) is known color: Apache. HEX triplet: CC, A3 and 62. RGB value is (204,163,98). Sum of RGB (Red+Green+Blue) = 204+163+98=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA362 is #335C9D. Grayscale: #A8A8A8. Windows color (decimal): -3366046 or 6464460. OLE color: 6464460.

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

Color convert

RGB 204 163 98 -
CMYK 0 0.20 0.52 0.2
HSL 36.79º 0.51% 0.59% -
HSV(B) 36.79º 0.52% 0.8% -
XYZ 40.2 39.91 17.14 -
YUV 167.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 204 163 98 0 0.20 0.52 0.2 36.79 0.51 0.59
Hex CC A3 62 0 14 34 14 25 33 3B
Octal 314 243 142 0 24 64 24 45 63 73
Binary 11001100 10100011 1100010 0 10100 110100 10100 100101 110011 111011

Color Harmonies of #CCA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA362

Black with #CCA362

Text Example


Text Example

White with #CCA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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