Html Css Color HEX #CF8850 Raw Sienna

📋 copy color: '#CF8850'

red 207 ◦ green 136 ◦ blue 80

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

Shades of Raw Sienna #CF8850

Tints of Raw Sienna #CF8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 48.94%
G = 32.15%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF8850 (or 0xCF8850) is known color: Raw Sienna. HEX triplet: CF, 88 and 50. RGB value is (207,136,80). Sum of RGB (Red+Green+Blue) = 207+136+80=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8850 is #3077AF. Grayscale: #979797. Windows color (decimal): -3176368 or 5277903. OLE color: 5277903.

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

Color convert

RGB 207 136 80 -
CMYK 0 0.34 0.61 0.19
HSL 26.46º 0.57% 0.56% -
HSV(B) 26.46º 0.61% 0.81% -
XYZ 35.98 31.45 11.76 -
YUV 150.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 207 136 80 0 0.34 0.61 0.19 26.46 0.57 0.56
Hex CF 88 50 0 22 3D 13 1A 39 38
Octal 317 210 120 0 42 75 23 32 71 70
Binary 11001111 10001000 1010000 0 100010 111101 10011 11010 111001 111000

Color Harmonies of #CF8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8850

Black with #CF8850

Text Example


Text Example

White with #CF8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8850; }

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

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

background-color css

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

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

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

border-color css

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

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

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