Html Css Color HEX #CF9D56 Apache

📋 copy color: '#CF9D56'

red 207 ◦ green 157 ◦ blue 86

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

Shades of Apache #CF9D56

Tints of Apache #CF9D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 46%
G = 34.89%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF9D56 (or 0xCF9D56) is known color: Apache. HEX triplet: CF, 9D and 56. RGB value is (207,157,86). Sum of RGB (Red+Green+Blue) = 207+157+86=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D56 is #3062A9. Grayscale: #A4A4A4. Windows color (decimal): -3170986 or 5676495. OLE color: 5676495.

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

Color convert

RGB 207 157 86 -
CMYK 0 0.24 0.58 0.19
HSL 35.21º 0.56% 0.57% -
HSV(B) 35.21º 0.58% 0.81% -
XYZ 39.47 38.05 14.07 -
YUV 163.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 207 157 86 0 0.24 0.58 0.19 35.21 0.56 0.57
Hex CF 9D 56 0 18 3A 13 23 38 39
Octal 317 235 126 0 30 72 23 43 70 71
Binary 11001111 10011101 1010110 0 11000 111010 10011 100011 111000 111001

Color Harmonies of #CF9D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D56

Black with #CF9D56

Text Example


Text Example

White with #CF9D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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