Html Css Color HEX #CB7D50 Raw Sienna

📋 copy color: '#CB7D50'

red 203 ◦ green 125 ◦ blue 80

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

Shades of Raw Sienna #CB7D50

Tints of Raw Sienna #CB7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

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

R = 49.75%
G = 30.64%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB7D50 (or 0xCB7D50) is known color: Raw Sienna. HEX triplet: CB, 7D and 50. RGB value is (203,125,80). Sum of RGB (Red+Green+Blue) = 203+125+80=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D50 is #3482AF. Grayscale: #8F8F8F. Windows color (decimal): -3441328 or 5275083. OLE color: 5275083.

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

Color convert

RGB 203 125 80 -
CMYK 0 0.38 0.61 0.20
HSL 21.95º 0.54% 0.55% -
HSV(B) 21.95º 0.61% 0.8% -
XYZ 33.41 27.94 11.22 -
YUV 143.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 203 125 80 0 0.38 0.61 0.20 21.95 0.54 0.55
Hex CB 7D 50 0 26 3D 14 16 36 37
Octal 313 175 120 0 46 75 24 26 66 67
Binary 11001011 1111101 1010000 0 100110 111101 10100 10110 110110 110111

Color Harmonies of #CB7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D50

Black with #CB7D50

Text Example


Text Example

White with #CB7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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