Html Css Color HEX #CCA757 Apache

📋 copy color: '#CCA757'

red 204 ◦ green 167 ◦ blue 87

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

Shades of Apache #CCA757

Tints of Apache #CCA757

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

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

R = 44.54%
G = 36.46%
B = 19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA757 (or 0xCCA757) is known color: Apache. HEX triplet: CC, A7 and 57. RGB value is (204,167,87). Sum of RGB (Red+Green+Blue) = 204+167+87=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA757 is #3358A8. Grayscale: #A9A9A9. Windows color (decimal): -3365033 or 5744588. OLE color: 5744588.

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

Color convert

RGB 204 167 87 -
CMYK 0 0.18 0.57 0.2
HSL 41.03º 0.53% 0.57% -
HSV(B) 41.03º 0.57% 0.8% -
XYZ 40.44 41.16 14.83 -
YUV 168.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 204 167 87 0 0.18 0.57 0.2 41.03 0.53 0.57
Hex CC A7 57 0 12 39 14 29 35 39
Octal 314 247 127 0 22 71 24 51 65 71
Binary 11001100 10100111 1010111 0 10010 111001 10100 101001 110101 111001

Color Harmonies of #CCA757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA757

Black with #CCA757

Text Example


Text Example

White with #CCA757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA757; }

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

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

background-color css

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

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

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

border-color css

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

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

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