Html Css Color HEX #CCA25F Apache

📋 copy color: '#CCA25F'

red 204 ◦ green 162 ◦ blue 95

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

Shades of Apache #CCA25F

Tints of Apache #CCA25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 44.25%
G = 35.14%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA25F (or 0xCCA25F) is known color: Apache. HEX triplet: CC, A2 and 5F. RGB value is (204,162,95). Sum of RGB (Red+Green+Blue) = 204+162+95=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA25F is #335DA0. Grayscale: #A7A7A7. Windows color (decimal): -3366305 or 6267596. OLE color: 6267596.

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

Color convert

RGB 204 162 95 -
CMYK 0 0.21 0.53 0.2
HSL 36.88º 0.52% 0.59% -
HSV(B) 36.88º 0.53% 0.8% -
XYZ 39.89 39.5 16.35 -
YUV 166.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 204 162 95 0 0.21 0.53 0.2 36.88 0.52 0.59
Hex CC A2 5F 0 15 35 14 25 34 3B
Octal 314 242 137 0 25 65 24 45 64 73
Binary 11001100 10100010 1011111 0 10101 110101 10100 100101 110100 111011

Color Harmonies of #CCA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA25F

Black with #CCA25F

Text Example


Text Example

White with #CCA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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