Html Css Color HEX #CF9D4E Apache

📋 copy color: '#CF9D4E'

red 207 ◦ green 157 ◦ blue 78

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

Shades of Apache #CF9D4E

Tints of Apache #CF9D4E

RGB

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

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

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

R = 46.83%
G = 35.52%
B = 17.65%

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

#CF9D4E (or 0xCF9D4E) is known color: Apache. HEX triplet: CF, 9D and 4E. RGB value is (207,157,78). Sum of RGB (Red+Green+Blue) = 207+157+78=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D4E is #3062B1. Grayscale: #A3A3A3. Windows color (decimal): -3170994 or 5152207. OLE color: 5152207.

HSL color Cylindrical-coordinate representation of color #CF9D4E: hue angle of 36.74º 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 #CF9D4E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 157 78 -
CMYK 0 0.24 0.62 0.19
HSL 36.74º 0.57% 0.56% -
HSV(B) 36.74º 0.62% 0.81% -
XYZ 39.16 37.93 12.46 -
YUV 162.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 207 157 78 0 0.24 0.62 0.19 36.74 0.57 0.56
Hex CF 9D 4E 0 18 3E 13 25 39 38
Octal 317 235 116 0 30 76 23 45 71 70
Binary 11001111 10011101 1001110 0 11000 111110 10011 100101 111001 111000

Color Harmonies of #CF9D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D4E

Black with #CF9D4E

Text Example


Text Example

White with #CF9D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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