Html Css Color HEX #CCA754 Apache

📋 copy color: '#CCA754'

red 204 ◦ green 167 ◦ blue 84

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

Shades of Apache #CCA754

Tints of Apache #CCA754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 44.84%
G = 36.7%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCA754 (or 0xCCA754) is known color: Apache. HEX triplet: CC, A7 and 54. RGB value is (204,167,84). Sum of RGB (Red+Green+Blue) = 204+167+84=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA754 is #3358AB. Grayscale: #A8A8A8. Windows color (decimal): -3365036 or 5547980. OLE color: 5547980.

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

Color convert

RGB 204 167 84 -
CMYK 0 0.18 0.59 0.2
HSL 41.5º 0.54% 0.56% -
HSV(B) 41.5º 0.59% 0.8% -
XYZ 40.32 41.11 14.2 -
YUV 168.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 204 167 84 0 0.18 0.59 0.2 41.5 0.54 0.56
Hex CC A7 54 0 12 3B 14 2A 36 38
Octal 314 247 124 0 22 73 24 52 66 70
Binary 11001100 10100111 1010100 0 10010 111011 10100 101010 110110 111000

Color Harmonies of #CCA754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA754

Black with #CCA754

Text Example


Text Example

White with #CCA754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA754; }

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

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

background-color css

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

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

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

border-color css

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

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

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