Html Css Color HEX #CCA265 Apache

📋 copy color: '#CCA265'

red 204 ◦ green 162 ◦ blue 101

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

Shades of Apache #CCA265

Tints of Apache #CCA265

RGB

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

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

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

R = 43.68%
G = 34.69%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA265 (or 0xCCA265) is known color: Apache. HEX triplet: CC, A2 and 65. RGB value is (204,162,101). Sum of RGB (Red+Green+Blue) = 204+162+101=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA265 is #335D9A. Grayscale: #A7A7A7. Windows color (decimal): -3366299 or 6660812. OLE color: 6660812.

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

Color convert

RGB 204 162 101 -
CMYK 0 0.21 0.50 0.2
HSL 35.53º 0.5% 0.6% -
HSV(B) 35.53º 0.5% 0.8% -
XYZ 40.17 39.62 17.84 -
YUV 167.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 204 162 101 0 0.21 0.50 0.2 35.53 0.5 0.6
Hex CC A2 65 0 15 32 14 24 32 3C
Octal 314 242 145 0 25 62 24 44 62 74
Binary 11001100 10100010 1100101 0 10101 110010 10100 100100 110010 111100

Color Harmonies of #CCA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA265

Black with #CCA265

Text Example


Text Example

White with #CCA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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