Html Css Color HEX #CF8053 Raw Sienna

📋 copy color: '#CF8053'

red 207 ◦ green 128 ◦ blue 83

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

Shades of Raw Sienna #CF8053

Tints of Raw Sienna #CF8053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 49.52%
G = 30.62%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8053 (or 0xCF8053) is known color: Raw Sienna. HEX triplet: CF, 80 and 53. RGB value is (207,128,83). Sum of RGB (Red+Green+Blue) = 207+128+83=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8053 is #307FAC. Grayscale: #929292. Windows color (decimal): -3178413 or 5472463. OLE color: 5472463.

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

Color convert

RGB 207 128 83 -
CMYK 0 0.38 0.60 0.19
HSL 21.77º 0.56% 0.57% -
HSV(B) 21.77º 0.6% 0.81% -
XYZ 35.01 29.33 12 -
YUV 146.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 207 128 83 0 0.38 0.60 0.19 21.77 0.56 0.57
Hex CF 80 53 0 26 3C 13 16 38 39
Octal 317 200 123 0 46 74 23 26 70 71
Binary 11001111 10000000 1010011 0 100110 111100 10011 10110 111000 111001

Color Harmonies of #CF8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8053

Black with #CF8053

Text Example


Text Example

White with #CF8053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8053; }

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

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

background-color css

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

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

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

border-color css

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

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

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