Html Css Color HEX #CF9E4E Apache

📋 copy color: '#CF9E4E'

red 207 ◦ green 158 ◦ blue 78

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

Shades of Apache #CF9E4E

Tints of Apache #CF9E4E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.67%

 BLUE value IS 78 (30.86% from 255) = 17.61%

R = 46.73%
G = 35.67%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF9E4E (or 0xCF9E4E) is known color: Apache. HEX triplet: CF, 9E and 4E. RGB value is (207,158,78). Sum of RGB (Red+Green+Blue) = 207+158+78=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E4E is #3061B1. Grayscale: #A3A3A3. Windows color (decimal): -3170738 or 5152463. OLE color: 5152463.

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

Color convert

RGB 207 158 78 -
CMYK 0 0.24 0.62 0.19
HSL 37.21º 0.57% 0.56% -
HSV(B) 37.21º 0.62% 0.81% -
XYZ 39.33 38.27 12.52 -
YUV 163.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 207 158 78 0 0.24 0.62 0.19 37.21 0.57 0.56
Hex CF 9E 4E 0 18 3E 13 25 39 38
Octal 317 236 116 0 30 76 23 45 71 70
Binary 11001111 10011110 1001110 0 11000 111110 10011 100101 111001 111000

Color Harmonies of #CF9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E4E

Black with #CF9E4E

Text Example


Text Example

White with #CF9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E4E; }

 p { color: rgb(207,158,78); }

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

background-color css

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

 a { background-color: rgb(207,158,78); }

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

border-color css

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

 span { border-color: rgb(207,158,78); }

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