Html Css Color HEX #CF9F4D Apache

📋 copy color: '#CF9F4D'

red 207 ◦ green 159 ◦ blue 77

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

Shades of Apache #CF9F4D

Tints of Apache #CF9F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 46.73%
G = 35.89%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF9F4D (or 0xCF9F4D) is known color: Apache. HEX triplet: CF, 9F and 4D. RGB value is (207,159,77). Sum of RGB (Red+Green+Blue) = 207+159+77=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F4D is #3060B2. Grayscale: #A4A4A4. Windows color (decimal): -3170483 or 5087183. OLE color: 5087183.

HSL color Cylindrical-coordinate representation of color #CF9F4D: hue angle of 37.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF9F4D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 77 -
CMYK 0 0.23 0.63 0.19
HSL 37.85º 0.58% 0.56% -
HSV(B) 37.85º 0.63% 0.81% -
XYZ 39.47 38.6 12.39 -
YUV 164 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 207 159 77 0 0.23 0.63 0.19 37.85 0.58 0.56
Hex CF 9F 4D 0 17 3F 13 26 3A 38
Octal 317 237 115 0 27 77 23 46 72 70
Binary 11001111 10011111 1001101 0 10111 111111 10011 100110 111010 111000

Color Harmonies of #CF9F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F4D

Black with #CF9F4D

Text Example


Text Example

White with #CF9F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F4D; }

 p { color: rgb(207,159,77); }

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

background-color css

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

 a { background-color: rgb(207,159,77); }

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

border-color css

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

 span { border-color: rgb(207,159,77); }

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