Html Css Color HEX #CB8150 Raw Sienna

📋 copy color: '#CB8150'

red 203 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #CB8150

Tints of Raw Sienna #CB8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

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

R = 49.27%
G = 31.31%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB8150 (or 0xCB8150) is known color: Raw Sienna. HEX triplet: CB, 81 and 50. RGB value is (203,129,80). Sum of RGB (Red+Green+Blue) = 203+129+80=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8150 is #347EAF. Grayscale: #919191. Windows color (decimal): -3440304 or 5276107. OLE color: 5276107.

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

Color convert

RGB 203 129 80 -
CMYK 0 0.36 0.61 0.20
HSL 23.9º 0.54% 0.55% -
HSV(B) 23.9º 0.61% 0.8% -
XYZ 33.93 28.98 11.39 -
YUV 145.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 203 129 80 0 0.36 0.61 0.20 23.9 0.54 0.55
Hex CB 81 50 0 24 3D 14 18 36 37
Octal 313 201 120 0 44 75 24 30 66 67
Binary 11001011 10000001 1010000 0 100100 111101 10100 11000 110110 110111

Color Harmonies of #CB8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8150

Black with #CB8150

Text Example


Text Example

White with #CB8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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