Html Css Color HEX #CF8054 Raw Sienna

📋 copy color: '#CF8054'

red 207 ◦ green 128 ◦ blue 84

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

Shades of Raw Sienna #CF8054

Tints of Raw Sienna #CF8054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 49.4%
G = 30.55%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8054 (or 0xCF8054) is known color: Raw Sienna. HEX triplet: CF, 80 and 54. RGB value is (207,128,84). Sum of RGB (Red+Green+Blue) = 207+128+84=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8054 is #307FAB. Grayscale: #929292. Windows color (decimal): -3178412 or 5537999. OLE color: 5537999.

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

Color convert

RGB 207 128 84 -
CMYK 0 0.38 0.59 0.19
HSL 21.46º 0.56% 0.57% -
HSV(B) 21.46º 0.59% 0.81% -
XYZ 35.05 29.34 12.2 -
YUV 146.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 207 128 84 0 0.38 0.59 0.19 21.46 0.56 0.57
Hex CF 80 54 0 26 3B 13 15 38 39
Octal 317 200 124 0 46 73 23 25 70 71
Binary 11001111 10000000 1010100 0 100110 111011 10011 10101 111000 111001

Color Harmonies of #CF8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8054

Black with #CF8054

Text Example


Text Example

White with #CF8054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8054; }

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

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

background-color css

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

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

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

border-color css

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

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

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