Html Css Color HEX #CF8350 Raw Sienna

📋 copy color: '#CF8350'

red 207 ◦ green 131 ◦ blue 80

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

Shades of Raw Sienna #CF8350

Tints of Raw Sienna #CF8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 49.52%
G = 31.34%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF8350 (or 0xCF8350) is known color: Raw Sienna. HEX triplet: CF, 83 and 50. RGB value is (207,131,80). Sum of RGB (Red+Green+Blue) = 207+131+80=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8350 is #307CAF. Grayscale: #949494. Windows color (decimal): -3177648 or 5276623. OLE color: 5276623.

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

Color convert

RGB 207 131 80 -
CMYK 0 0.37 0.61 0.19
HSL 24.09º 0.57% 0.56% -
HSV(B) 24.09º 0.61% 0.81% -
XYZ 35.3 30.08 11.53 -
YUV 147.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 207 131 80 0 0.37 0.61 0.19 24.09 0.57 0.56
Hex CF 83 50 0 25 3D 13 18 39 38
Octal 317 203 120 0 45 75 23 30 71 70
Binary 11001111 10000011 1010000 0 100101 111101 10011 11000 111001 111000

Color Harmonies of #CF8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8350

Black with #CF8350

Text Example


Text Example

White with #CF8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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