Html Css Color HEX #CF8049 Raw Sienna

📋 copy color: '#CF8049'

red 207 ◦ green 128 ◦ blue 73

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

Shades of Raw Sienna #CF8049

Tints of Raw Sienna #CF8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 50.74%
G = 31.37%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8049 (or 0xCF8049) is known color: Raw Sienna. HEX triplet: CF, 80 and 49. RGB value is (207,128,73). Sum of RGB (Red+Green+Blue) = 207+128+73=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8049 is #307FB6. Grayscale: #919191. Windows color (decimal): -3178423 or 4817103. OLE color: 4817103.

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

Color convert

RGB 207 128 73 -
CMYK 0 0.38 0.65 0.19
HSL 24.63º 0.58% 0.55% -
HSV(B) 24.63º 0.65% 0.81% -
XYZ 34.65 29.18 10.11 -
YUV 145.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 207 128 73 0 0.38 0.65 0.19 24.63 0.58 0.55
Hex CF 80 49 0 26 41 13 19 3A 37
Octal 317 200 111 0 46 101 23 31 72 67
Binary 11001111 10000000 1001001 0 100110 1000001 10011 11001 111010 110111

Color Harmonies of #CF8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8049

Black with #CF8049

Text Example


Text Example

White with #CF8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8049; }

 p { color: rgb(207,128,73); }

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

background-color css

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

 a { background-color: rgb(207,128,73); }

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

border-color css

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

 span { border-color: rgb(207,128,73); }

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