Html Css Color HEX #CB8050 Raw Sienna

📋 copy color: '#CB8050'

red 203 ◦ green 128 ◦ blue 80

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

Shades of Raw Sienna #CB8050

Tints of Raw Sienna #CB8050

RGB

 RED value IS 203 (79.69% from 255) = 49.39%

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

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

R = 49.39%
G = 31.14%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB8050 (or 0xCB8050) is known color: Raw Sienna. HEX triplet: CB, 80 and 50. RGB value is (203,128,80). Sum of RGB (Red+Green+Blue) = 203+128+80=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8050 is #347FAF. Grayscale: #919191. Windows color (decimal): -3440560 or 5275851. OLE color: 5275851.

HSL color Cylindrical-coordinate representation of color #CB8050: hue angle of 23.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB8050 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 80 -
CMYK 0 0.37 0.61 0.20
HSL 23.41º 0.54% 0.55% -
HSV(B) 23.41º 0.61% 0.8% -
XYZ 33.8 28.71 11.35 -
YUV 144.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 203 128 80 0 0.37 0.61 0.20 23.41 0.54 0.55
Hex CB 80 50 0 25 3D 14 17 36 37
Octal 313 200 120 0 45 75 24 27 66 67
Binary 11001011 10000000 1010000 0 100101 111101 10100 10111 110110 110111

Color Harmonies of #CB8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8050

Black with #CB8050

Text Example


Text Example

White with #CB8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8050; }

 p { color: rgb(203,128,80); }

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

background-color css

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

 a { background-color: rgb(203,128,80); }

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

border-color css

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

 span { border-color: rgb(203,128,80); }

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