Html Css Color HEX #CCA45F Apache

📋 copy color: '#CCA45F'

red 204 ◦ green 164 ◦ blue 95

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

Shades of Apache #CCA45F

Tints of Apache #CCA45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 44.06%
G = 35.42%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA45F (or 0xCCA45F) is known color: Apache. HEX triplet: CC, A4 and 5F. RGB value is (204,164,95). Sum of RGB (Red+Green+Blue) = 204+164+95=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45F is #335BA0. Grayscale: #A8A8A8. Windows color (decimal): -3365793 or 6268108. OLE color: 6268108.

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

Color convert

RGB 204 164 95 -
CMYK 0 0.20 0.53 0.2
HSL 37.98º 0.52% 0.59% -
HSV(B) 37.98º 0.53% 0.8% -
XYZ 40.24 40.21 16.47 -
YUV 168.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 204 164 95 0 0.20 0.53 0.2 37.98 0.52 0.59
Hex CC A4 5F 0 14 35 14 26 34 3B
Octal 314 244 137 0 24 65 24 46 64 73
Binary 11001100 10100100 1011111 0 10100 110101 10100 100110 110100 111011

Color Harmonies of #CCA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA45F

Black with #CCA45F

Text Example


Text Example

White with #CCA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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