Html Css Color HEX #CCA763 Apache

📋 copy color: '#CCA763'

red 204 ◦ green 167 ◦ blue 99

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

Shades of Apache #CCA763

Tints of Apache #CCA763

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 43.4%
G = 35.53%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCA763 (or 0xCCA763) is known color: Apache. HEX triplet: CC, A7 and 63. RGB value is (204,167,99). Sum of RGB (Red+Green+Blue) = 204+167+99=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA763 is #33589C. Grayscale: #AAAAAA. Windows color (decimal): -3365021 or 6531020. OLE color: 6531020.

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

Color convert

RGB 204 167 99 -
CMYK 0 0.18 0.51 0.2
HSL 38.86º 0.51% 0.59% -
HSV(B) 38.86º 0.51% 0.8% -
XYZ 40.97 41.38 17.63 -
YUV 170.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 204 167 99 0 0.18 0.51 0.2 38.86 0.51 0.59
Hex CC A7 63 0 12 33 14 27 33 3B
Octal 314 247 143 0 22 63 24 47 63 73
Binary 11001100 10100111 1100011 0 10010 110011 10100 100111 110011 111011

Color Harmonies of #CCA763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA763

Black with #CCA763

Text Example


Text Example

White with #CCA763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA763; }

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

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

background-color css

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

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

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

border-color css

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

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

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