Html Css Color HEX #CCA263 Apache

📋 copy color: '#CCA263'

red 204 ◦ green 162 ◦ blue 99

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

Shades of Apache #CCA263

Tints of Apache #CCA263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 43.87%
G = 34.84%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCA263 (or 0xCCA263) is known color: Apache. HEX triplet: CC, A2 and 63. RGB value is (204,162,99). Sum of RGB (Red+Green+Blue) = 204+162+99=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA263 is #335D9C. Grayscale: #A7A7A7. Windows color (decimal): -3366301 or 6529740. OLE color: 6529740.

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

Color convert

RGB 204 162 99 -
CMYK 0 0.21 0.51 0.2
HSL 36º 0.51% 0.59% -
HSV(B) 36º 0.51% 0.8% -
XYZ 40.07 39.58 17.33 -
YUV 167.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 204 162 99 0 0.21 0.51 0.2 36 0.51 0.59
Hex CC A2 63 0 15 33 14 24 33 3B
Octal 314 242 143 0 25 63 24 44 63 73
Binary 11001100 10100010 1100011 0 10101 110011 10100 100100 110011 111011

Color Harmonies of #CCA263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA263

Black with #CCA263

Text Example


Text Example

White with #CCA263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA263; }

 p { color: rgb(204,162,99); }

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

background-color css

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

 a { background-color: rgb(204,162,99); }

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

border-color css

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

 span { border-color: rgb(204,162,99); }

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