Html Css Color HEX #CCA658 Apache

📋 copy color: '#CCA658'

red 204 ◦ green 166 ◦ blue 88

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

Shades of Apache #CCA658

Tints of Apache #CCA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 44.54%
G = 36.24%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA658 (or 0xCCA658) is known color: Apache. HEX triplet: CC, A6 and 58. RGB value is (204,166,88). Sum of RGB (Red+Green+Blue) = 204+166+88=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA658 is #3359A7. Grayscale: #A8A8A8. Windows color (decimal): -3365288 or 5809868. OLE color: 5809868.

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

Color convert

RGB 204 166 88 -
CMYK 0 0.19 0.57 0.2
HSL 40.34º 0.53% 0.57% -
HSV(B) 40.34º 0.57% 0.8% -
XYZ 40.3 40.81 14.99 -
YUV 168.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 204 166 88 0 0.19 0.57 0.2 40.34 0.53 0.57
Hex CC A6 58 0 13 39 14 28 35 39
Octal 314 246 130 0 23 71 24 50 65 71
Binary 11001100 10100110 1011000 0 10011 111001 10100 101000 110101 111001

Color Harmonies of #CCA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA658

Black with #CCA658

Text Example


Text Example

White with #CCA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA658; }

 p { color: rgb(204,166,88); }

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

background-color css

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

 a { background-color: rgb(204,166,88); }

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

border-color css

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

 span { border-color: rgb(204,166,88); }

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