Html Css Color HEX #CCA75C Apache

📋 copy color: '#CCA75C'

red 204 ◦ green 167 ◦ blue 92

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

Shades of Apache #CCA75C

Tints of Apache #CCA75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 44.06%
G = 36.07%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCA75C (or 0xCCA75C) is known color: Apache. HEX triplet: CC, A7 and 5C. RGB value is (204,167,92). Sum of RGB (Red+Green+Blue) = 204+167+92=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75C is #3358A3. Grayscale: #A9A9A9. Windows color (decimal): -3365028 or 6072268. OLE color: 6072268.

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

Color convert

RGB 204 167 92 -
CMYK 0 0.18 0.55 0.2
HSL 40.18º 0.52% 0.58% -
HSV(B) 40.18º 0.55% 0.8% -
XYZ 40.65 41.25 15.94 -
YUV 169.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 204 167 92 0 0.18 0.55 0.2 40.18 0.52 0.58
Hex CC A7 5C 0 12 37 14 28 34 3A
Octal 314 247 134 0 22 67 24 50 64 72
Binary 11001100 10100111 1011100 0 10010 110111 10100 101000 110100 111010

Color Harmonies of #CCA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA75C

Black with #CCA75C

Text Example


Text Example

White with #CCA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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