Html Css Color HEX #CF9D5E Apache

📋 copy color: '#CF9D5E'

red 207 ◦ green 157 ◦ blue 94

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

Shades of Apache #CF9D5E

Tints of Apache #CF9D5E

RGB

 RED value IS 207 (81.25% from 255) = 45.2%

 GREEN value IS 157 (61.72% from 255) = 34.28%

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 45.2%
G = 34.28%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF9D5E (or 0xCF9D5E) is known color: Apache. HEX triplet: CF, 9D and 5E. RGB value is (207,157,94). Sum of RGB (Red+Green+Blue) = 207+157+94=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D5E is #3062A1. Grayscale: #A5A5A5. Windows color (decimal): -3170978 or 6200783. OLE color: 6200783.

HSL color Cylindrical-coordinate representation of color #CF9D5E: hue angle of 33.45º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF9D5E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 157 94 -
CMYK 0 0.24 0.55 0.19
HSL 33.45º 0.54% 0.59% -
HSV(B) 33.45º 0.55% 0.81% -
XYZ 39.81 38.19 15.86 -
YUV 164.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 207 157 94 0 0.24 0.55 0.19 33.45 0.54 0.59
Hex CF 9D 5E 0 18 37 13 21 36 3B
Octal 317 235 136 0 30 67 23 41 66 73
Binary 11001111 10011101 1011110 0 11000 110111 10011 100001 110110 111011

Color Harmonies of #CF9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D5E

Black with #CF9D5E

Text Example


Text Example

White with #CF9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D5E; }

 p { color: rgb(207,157,94); }

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

background-color css

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

 a { background-color: rgb(207,157,94); }

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

border-color css

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

 span { border-color: rgb(207,157,94); }

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