Html Css Color HEX #CCA65C Apache

📋 copy color: '#CCA65C'

red 204 ◦ green 166 ◦ blue 92

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

Shades of Apache #CCA65C

Tints of Apache #CCA65C

RGB

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

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

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

R = 44.16%
G = 35.93%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCA65C (or 0xCCA65C) is known color: Apache. HEX triplet: CC, A6 and 5C. RGB value is (204,166,92). Sum of RGB (Red+Green+Blue) = 204+166+92=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA65C is #3359A3. Grayscale: #A9A9A9. Windows color (decimal): -3365284 or 6072012. OLE color: 6072012.

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

Color convert

RGB 204 166 92 -
CMYK 0 0.19 0.55 0.2
HSL 39.64º 0.52% 0.58% -
HSV(B) 39.64º 0.55% 0.8% -
XYZ 40.47 40.88 15.88 -
YUV 168.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 204 166 92 0 0.19 0.55 0.2 39.64 0.52 0.58
Hex CC A6 5C 0 13 37 14 28 34 3A
Octal 314 246 134 0 23 67 24 50 64 72
Binary 11001100 10100110 1011100 0 10011 110111 10100 101000 110100 111010

Color Harmonies of #CCA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA65C

Black with #CCA65C

Text Example


Text Example

White with #CCA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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