Html Css Color HEX #CCA45B Apache

📋 copy color: '#CCA45B'

red 204 ◦ green 164 ◦ blue 91

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

Shades of Apache #CCA45B

Tints of Apache #CCA45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 44.44%
G = 35.73%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCA45B (or 0xCCA45B) is known color: Apache. HEX triplet: CC, A4 and 5B. RGB value is (204,164,91). Sum of RGB (Red+Green+Blue) = 204+164+91=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA45B is #335BA4. Grayscale: #A7A7A7. Windows color (decimal): -3365797 or 6005964. OLE color: 6005964.

HSL color Cylindrical-coordinate representation of color #CCA45B: hue angle of 38.76º degrees, saturation: 0.53, 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 #CCA45B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 91 -
CMYK 0 0.20 0.55 0.2
HSL 38.76º 0.53% 0.58% -
HSV(B) 38.76º 0.55% 0.8% -
XYZ 40.07 40.14 15.53 -
YUV 167.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 204 164 91 0 0.20 0.55 0.2 38.76 0.53 0.58
Hex CC A4 5B 0 14 37 14 27 35 3A
Octal 314 244 133 0 24 67 24 47 65 72
Binary 11001100 10100100 1011011 0 10100 110111 10100 100111 110101 111010

Color Harmonies of #CCA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA45B

Black with #CCA45B

Text Example


Text Example

White with #CCA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA45B; }

 p { color: rgb(204,164,91); }

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

background-color css

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

 a { background-color: rgb(204,164,91); }

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

border-color css

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

 span { border-color: rgb(204,164,91); }

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