Html Css Color HEX #CC9E5F Apache

📋 copy color: '#CC9E5F'

red 204 ◦ green 158 ◦ blue 95

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

Shades of Apache #CC9E5F

Tints of Apache #CC9E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.57%

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 44.64%
G = 34.57%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC9E5F (or 0xCC9E5F) is known color: Apache. HEX triplet: CC, 9E and 5F. RGB value is (204,158,95). Sum of RGB (Red+Green+Blue) = 204+158+95=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E5F is #3361A0. Grayscale: #A4A4A4. Windows color (decimal): -3367329 or 6266572. OLE color: 6266572.

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

Color convert

RGB 204 158 95 -
CMYK 0 0.23 0.53 0.2
HSL 34.68º 0.52% 0.59% -
HSV(B) 34.68º 0.53% 0.8% -
XYZ 39.19 38.12 16.12 -
YUV 164.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 204 158 95 0 0.23 0.53 0.2 34.68 0.52 0.59
Hex CC 9E 5F 0 17 35 14 23 34 3B
Octal 314 236 137 0 27 65 24 43 64 73
Binary 11001100 10011110 1011111 0 10111 110101 10100 100011 110100 111011

Color Harmonies of #CC9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E5F

Black with #CC9E5F

Text Example


Text Example

White with #CC9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E5F; }

 p { color: rgb(204,158,95); }

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

background-color css

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

 a { background-color: rgb(204,158,95); }

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

border-color css

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

 span { border-color: rgb(204,158,95); }

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