Html Css Color HEX #CF9E5C Apache

📋 copy color: '#CF9E5C'

red 207 ◦ green 158 ◦ blue 92

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

Shades of Apache #CF9E5C

Tints of Apache #CF9E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 45.3%
G = 34.57%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF9E5C (or 0xCF9E5C) is known color: Apache. HEX triplet: CF, 9E and 5C. RGB value is (207,158,92). Sum of RGB (Red+Green+Blue) = 207+158+92=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E5C is #3061A3. Grayscale: #A5A5A5. Windows color (decimal): -3170724 or 6069967. OLE color: 6069967.

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

Color convert

RGB 207 158 92 -
CMYK 0 0.24 0.56 0.19
HSL 34.43º 0.55% 0.59% -
HSV(B) 34.43º 0.56% 0.81% -
XYZ 39.89 38.49 15.45 -
YUV 165.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 207 158 92 0 0.24 0.56 0.19 34.43 0.55 0.59
Hex CF 9E 5C 0 18 38 13 22 37 3B
Octal 317 236 134 0 30 70 23 42 67 73
Binary 11001111 10011110 1011100 0 11000 111000 10011 100010 110111 111011

Color Harmonies of #CF9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E5C

Black with #CF9E5C

Text Example


Text Example

White with #CF9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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