Html Css Color HEX #CF9E58 Apache

📋 copy color: '#CF9E58'

red 207 ◦ green 158 ◦ blue 88

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

Shades of Apache #CF9E58

Tints of Apache #CF9E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.43%

R = 45.7%
G = 34.88%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF9E58 (or 0xCF9E58) is known color: Apache. HEX triplet: CF, 9E and 58. RGB value is (207,158,88). Sum of RGB (Red+Green+Blue) = 207+158+88=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E58 is #3061A7. Grayscale: #A5A5A5. Windows color (decimal): -3170728 or 5807823. OLE color: 5807823.

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

Color convert

RGB 207 158 88 -
CMYK 0 0.24 0.57 0.19
HSL 35.29º 0.55% 0.58% -
HSV(B) 35.29º 0.57% 0.81% -
XYZ 39.72 38.42 14.56 -
YUV 164.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 207 158 88 0 0.24 0.57 0.19 35.29 0.55 0.58
Hex CF 9E 58 0 18 39 13 23 37 3A
Octal 317 236 130 0 30 71 23 43 67 72
Binary 11001111 10011110 1011000 0 11000 111001 10011 100011 110111 111010

Color Harmonies of #CF9E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E58

Black with #CF9E58

Text Example


Text Example

White with #CF9E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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