Html Css Color HEX #CF9E53 Apache

📋 copy color: '#CF9E53'

red 207 ◦ green 158 ◦ blue 83

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

Shades of Apache #CF9E53

Tints of Apache #CF9E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.53%

R = 46.21%
G = 35.27%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF9E53 (or 0xCF9E53) is known color: Apache. HEX triplet: CF, 9E and 53. RGB value is (207,158,83). Sum of RGB (Red+Green+Blue) = 207+158+83=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E53 is #3061AC. Grayscale: #A4A4A4. Windows color (decimal): -3170733 or 5480143. OLE color: 5480143.

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

Color convert

RGB 207 158 83 -
CMYK 0 0.24 0.60 0.19
HSL 36.29º 0.56% 0.57% -
HSV(B) 36.29º 0.6% 0.81% -
XYZ 39.52 38.34 13.5 -
YUV 164.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 207 158 83 0 0.24 0.60 0.19 36.29 0.56 0.57
Hex CF 9E 53 0 18 3C 13 24 38 39
Octal 317 236 123 0 30 74 23 44 70 71
Binary 11001111 10011110 1010011 0 11000 111100 10011 100100 111000 111001

Color Harmonies of #CF9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E53

Black with #CF9E53

Text Example


Text Example

White with #CF9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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