Html Css Color HEX #CCA357 Apache

📋 copy color: '#CCA357'

red 204 ◦ green 163 ◦ blue 87

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

Shades of Apache #CCA357

Tints of Apache #CCA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 44.93%
G = 35.9%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA357 (or 0xCCA357) is known color: Apache. HEX triplet: CC, A3 and 57. RGB value is (204,163,87). Sum of RGB (Red+Green+Blue) = 204+163+87=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA357 is #335CA8. Grayscale: #A6A6A6. Windows color (decimal): -3366057 or 5743564. OLE color: 5743564.

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

Color convert

RGB 204 163 87 -
CMYK 0 0.20 0.57 0.2
HSL 38.97º 0.53% 0.57% -
HSV(B) 38.97º 0.57% 0.8% -
XYZ 39.72 39.72 14.59 -
YUV 166.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 204 163 87 0 0.20 0.57 0.2 38.97 0.53 0.57
Hex CC A3 57 0 14 39 14 27 35 39
Octal 314 243 127 0 24 71 24 47 65 71
Binary 11001100 10100011 1010111 0 10100 111001 10100 100111 110101 111001

Color Harmonies of #CCA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA357

Black with #CCA357

Text Example


Text Example

White with #CCA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA357; }

 p { color: rgb(204,163,87); }

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

background-color css

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

 a { background-color: rgb(204,163,87); }

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

border-color css

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

 span { border-color: rgb(204,163,87); }

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