Html Css Color HEX #CF8048 Raw Sienna

📋 copy color: '#CF8048'

red 207 ◦ green 128 ◦ blue 72

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

Shades of Raw Sienna #CF8048

Tints of Raw Sienna #CF8048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 50.86%
G = 31.45%
B = 17.69%

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

#CF8048 (or 0xCF8048) is known color: Raw Sienna. HEX triplet: CF, 80 and 48. RGB value is (207,128,72). Sum of RGB (Red+Green+Blue) = 207+128+72=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8048 is #307FB7. Grayscale: #919191. Windows color (decimal): -3178424 or 4751567. OLE color: 4751567.

HSL color Cylindrical-coordinate representation of color #CF8048: hue angle of 24.89º 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 #CF8048 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 72 -
CMYK 0 0.38 0.65 0.19
HSL 24.89º 0.58% 0.55% -
HSV(B) 24.89º 0.65% 0.81% -
XYZ 34.62 29.17 9.94 -
YUV 145.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 207 128 72 0 0.38 0.65 0.19 24.89 0.58 0.55
Hex CF 80 48 0 26 41 13 19 3A 37
Octal 317 200 110 0 46 101 23 31 72 67
Binary 11001111 10000000 1001000 0 100110 1000001 10011 11001 111010 110111

Color Harmonies of #CF8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8048

Black with #CF8048

Text Example


Text Example

White with #CF8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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