Html Css Color HEX #CCA25D Apache

📋 copy color: '#CCA25D'

red 204 ◦ green 162 ◦ blue 93

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

Shades of Apache #CCA25D

Tints of Apache #CCA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 44.44%
G = 35.29%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCA25D (or 0xCCA25D) is known color: Apache. HEX triplet: CC, A2 and 5D. RGB value is (204,162,93). Sum of RGB (Red+Green+Blue) = 204+162+93=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA25D is #335DA2. Grayscale: #A7A7A7. Windows color (decimal): -3366307 or 6136524. OLE color: 6136524.

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

Color convert

RGB 204 162 93 -
CMYK 0 0.21 0.54 0.2
HSL 37.3º 0.52% 0.58% -
HSV(B) 37.3º 0.54% 0.8% -
XYZ 39.8 39.47 15.88 -
YUV 166.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 204 162 93 0 0.21 0.54 0.2 37.3 0.52 0.58
Hex CC A2 5D 0 15 36 14 25 34 3A
Octal 314 242 135 0 25 66 24 45 64 72
Binary 11001100 10100010 1011101 0 10101 110110 10100 100101 110100 111010

Color Harmonies of #CCA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA25D

Black with #CCA25D

Text Example


Text Example

White with #CCA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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