Html Css Color HEX #CCA55F Apache

📋 copy color: '#CCA55F'

red 204 ◦ green 165 ◦ blue 95

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

Shades of Apache #CCA55F

Tints of Apache #CCA55F

RGB

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

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

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

R = 43.97%
G = 35.56%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA55F (or 0xCCA55F) is known color: Apache. HEX triplet: CC, A5 and 5F. RGB value is (204,165,95). Sum of RGB (Red+Green+Blue) = 204+165+95=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55F is #335AA0. Grayscale: #A8A8A8. Windows color (decimal): -3365537 or 6268364. OLE color: 6268364.

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

Color convert

RGB 204 165 95 -
CMYK 0 0.19 0.53 0.2
HSL 38.53º 0.52% 0.59% -
HSV(B) 38.53º 0.53% 0.8% -
XYZ 40.42 40.57 16.53 -
YUV 168.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 204 165 95 0 0.19 0.53 0.2 38.53 0.52 0.59
Hex CC A5 5F 0 13 35 14 27 34 3B
Octal 314 245 137 0 23 65 24 47 64 73
Binary 11001100 10100101 1011111 0 10011 110101 10100 100111 110100 111011

Color Harmonies of #CCA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA55F

Black with #CCA55F

Text Example


Text Example

White with #CCA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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