Html Css Color HEX #CF9F63 Apache

📋 copy color: '#CF9F63'

red 207 ◦ green 159 ◦ blue 99

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

Shades of Apache #CF9F63

Tints of Apache #CF9F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 44.52%
G = 34.19%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF9F63 (or 0xCF9F63) is known color: Apache. HEX triplet: CF, 9F and 63. RGB value is (207,159,99). Sum of RGB (Red+Green+Blue) = 207+159+99=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F63 is #30609C. Grayscale: #A6A6A6. Windows color (decimal): -3170461 or 6528975. OLE color: 6528975.

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

Color convert

RGB 207 159 99 -
CMYK 0 0.23 0.52 0.19
HSL 33.33º 0.53% 0.6% -
HSV(B) 33.33º 0.52% 0.81% -
XYZ 40.38 38.96 17.2 -
YUV 166.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 207 159 99 0 0.23 0.52 0.19 33.33 0.53 0.6
Hex CF 9F 63 0 17 34 13 21 35 3C
Octal 317 237 143 0 27 64 23 41 65 74
Binary 11001111 10011111 1100011 0 10111 110100 10011 100001 110101 111100

Color Harmonies of #CF9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F63

Black with #CF9F63

Text Example


Text Example

White with #CF9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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