Html Css Color HEX #CF9D50 Apache

📋 copy color: '#CF9D50'

red 207 ◦ green 157 ◦ blue 80

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

Shades of Apache #CF9D50

Tints of Apache #CF9D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 46.62%
G = 35.36%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF9D50 (or 0xCF9D50) is known color: Apache. HEX triplet: CF, 9D and 50. RGB value is (207,157,80). Sum of RGB (Red+Green+Blue) = 207+157+80=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D50 is #3062AF. Grayscale: #A3A3A3. Windows color (decimal): -3170992 or 5283279. OLE color: 5283279.

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

Color convert

RGB 207 157 80 -
CMYK 0 0.24 0.61 0.19
HSL 36.38º 0.57% 0.56% -
HSV(B) 36.38º 0.61% 0.81% -
XYZ 39.24 37.96 12.85 -
YUV 163.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 207 157 80 0 0.24 0.61 0.19 36.38 0.57 0.56
Hex CF 9D 50 0 18 3D 13 24 39 38
Octal 317 235 120 0 30 75 23 44 71 70
Binary 11001111 10011101 1010000 0 11000 111101 10011 100100 111001 111000

Color Harmonies of #CF9D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D50

Black with #CF9D50

Text Example


Text Example

White with #CF9D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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