Html Css Color HEX #CCA565 Apache

📋 copy color: '#CCA565'

red 204 ◦ green 165 ◦ blue 101

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

Shades of Apache #CCA565

Tints of Apache #CCA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 43.4%
G = 35.11%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA565 (or 0xCCA565) is known color: Apache. HEX triplet: CC, A5 and 65. RGB value is (204,165,101). Sum of RGB (Red+Green+Blue) = 204+165+101=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA565 is #335A9A. Grayscale: #A9A9A9. Windows color (decimal): -3365531 or 6661580. OLE color: 6661580.

HSL color Cylindrical-coordinate representation of color #CCA565: hue angle of 37.28º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA565 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 101 -
CMYK 0 0.19 0.50 0.2
HSL 37.28º 0.5% 0.6% -
HSV(B) 37.28º 0.5% 0.8% -
XYZ 40.71 40.69 18.02 -
YUV 169.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 204 165 101 0 0.19 0.50 0.2 37.28 0.5 0.6
Hex CC A5 65 0 13 32 14 25 32 3C
Octal 314 245 145 0 23 62 24 45 62 74
Binary 11001100 10100101 1100101 0 10011 110010 10100 100101 110010 111100

Color Harmonies of #CCA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA565

Black with #CCA565

Text Example


Text Example

White with #CCA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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