Html Css Color HEX #CC9F4F Apache

📋 copy color: '#CC9F4F'

red 204 ◦ green 159 ◦ blue 79

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

Shades of Apache #CC9F4F

Tints of Apache #CC9F4F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 46.15%
G = 35.97%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9F4F (or 0xCC9F4F) is known color: Apache. HEX triplet: CC, 9F and 4F. RGB value is (204,159,79). Sum of RGB (Red+Green+Blue) = 204+159+79=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F4F is #3360B0. Grayscale: #A3A3A3. Windows color (decimal): -3367089 or 5218252. OLE color: 5218252.

HSL color Cylindrical-coordinate representation of color #CC9F4F: hue angle of 38.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC9F4F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 79 -
CMYK 0 0.22 0.61 0.2
HSL 38.4º 0.55% 0.55% -
HSV(B) 38.4º 0.61% 0.8% -
XYZ 38.71 38.2 12.73 -
YUV 163.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 204 159 79 0 0.22 0.61 0.2 38.4 0.55 0.55
Hex CC 9F 4F 0 16 3D 14 26 37 37
Octal 314 237 117 0 26 75 24 46 67 67
Binary 11001100 10011111 1001111 0 10110 111101 10100 100110 110111 110111

Color Harmonies of #CC9F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F4F

Black with #CC9F4F

Text Example


Text Example

White with #CC9F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F4F; }

 p { color: rgb(204,159,79); }

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

background-color css

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

 a { background-color: rgb(204,159,79); }

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

border-color css

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

 span { border-color: rgb(204,159,79); }

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