Html Css Color HEX #CCA75D Apache

📋 copy color: '#CCA75D'

red 204 ◦ green 167 ◦ blue 93

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

Shades of Apache #CCA75D

Tints of Apache #CCA75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 43.97%
G = 35.99%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCA75D (or 0xCCA75D) is known color: Apache. HEX triplet: CC, A7 and 5D. RGB value is (204,167,93). Sum of RGB (Red+Green+Blue) = 204+167+93=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75D is #3358A2. Grayscale: #A9A9A9. Windows color (decimal): -3365027 or 6137804. OLE color: 6137804.

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

Color convert

RGB 204 167 93 -
CMYK 0 0.18 0.54 0.2
HSL 40º 0.52% 0.58% -
HSV(B) 40º 0.54% 0.8% -
XYZ 40.7 41.27 16.18 -
YUV 169.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 204 167 93 0 0.18 0.54 0.2 40 0.52 0.58
Hex CC A7 5D 0 12 36 14 28 34 3A
Octal 314 247 135 0 22 66 24 50 64 72
Binary 11001100 10100111 1011101 0 10010 110110 10100 101000 110100 111010

Color Harmonies of #CCA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA75D

Black with #CCA75D

Text Example


Text Example

White with #CCA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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