Html Css Color HEX #CF9F61 Apache

📋 copy color: '#CF9F61'

red 207 ◦ green 159 ◦ blue 97

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

Shades of Apache #CF9F61

Tints of Apache #CF9F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 44.71%
G = 34.34%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9F61 (or 0xCF9F61) is known color: Apache. HEX triplet: CF, 9F and 61. RGB value is (207,159,97). Sum of RGB (Red+Green+Blue) = 207+159+97=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F61 is #30609E. Grayscale: #A6A6A6. Windows color (decimal): -3170463 or 6397903. OLE color: 6397903.

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

Color convert

RGB 207 159 97 -
CMYK 0 0.23 0.53 0.19
HSL 33.82º 0.53% 0.6% -
HSV(B) 33.82º 0.53% 0.81% -
XYZ 40.29 38.92 16.7 -
YUV 166.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 207 159 97 0 0.23 0.53 0.19 33.82 0.53 0.6
Hex CF 9F 61 0 17 35 13 22 35 3C
Octal 317 237 141 0 27 65 23 42 65 74
Binary 11001111 10011111 1100001 0 10111 110101 10011 100010 110101 111100

Color Harmonies of #CF9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9F61

Black with #CF9F61

Text Example


Text Example

White with #CF9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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