Html Css Color HEX #CCA563 Apache

📋 copy color: '#CCA563'

red 204 ◦ green 165 ◦ blue 99

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

Shades of Apache #CCA563

Tints of Apache #CCA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 43.59%
G = 35.26%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCA563 (or 0xCCA563) is known color: Apache. HEX triplet: CC, A5 and 63. RGB value is (204,165,99). Sum of RGB (Red+Green+Blue) = 204+165+99=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA563 is #335A9C. Grayscale: #A9A9A9. Windows color (decimal): -3365533 or 6530508. OLE color: 6530508.

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

Color convert

RGB 204 165 99 -
CMYK 0 0.19 0.51 0.2
HSL 37.71º 0.51% 0.59% -
HSV(B) 37.71º 0.51% 0.8% -
XYZ 40.61 40.65 17.51 -
YUV 169.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 204 165 99 0 0.19 0.51 0.2 37.71 0.51 0.59
Hex CC A5 63 0 13 33 14 26 33 3B
Octal 314 245 143 0 23 63 24 46 63 73
Binary 11001100 10100101 1100011 0 10011 110011 10100 100110 110011 111011

Color Harmonies of #CCA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA563

Black with #CCA563

Text Example


Text Example

White with #CCA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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