Html Css Color HEX #CD8850 Raw Sienna

📋 copy color: '#CD8850'

red 205 ◦ green 136 ◦ blue 80

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

Shades of Raw Sienna #CD8850

Tints of Raw Sienna #CD8850

RGB

 RED value IS 205 (80.47% from 255) = 48.69%

 GREEN value IS 136 (53.52% from 255) = 32.3%

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

R = 48.69%
G = 32.3%
B = 19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD8850 (or 0xCD8850) is known color: Raw Sienna. HEX triplet: CD, 88 and 50. RGB value is (205,136,80). Sum of RGB (Red+Green+Blue) = 205+136+80=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8850 is #3277AF. Grayscale: #969696. Windows color (decimal): -3307440 or 5277901. OLE color: 5277901.

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

Color convert

RGB 205 136 80 -
CMYK 0 0.34 0.61 0.20
HSL 26.88º 0.56% 0.56% -
HSV(B) 26.88º 0.61% 0.8% -
XYZ 35.43 31.17 11.74 -
YUV 150.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 205 136 80 0 0.34 0.61 0.20 26.88 0.56 0.56
Hex CD 88 50 0 22 3D 14 1B 38 38
Octal 315 210 120 0 42 75 24 33 70 70
Binary 11001101 10001000 1010000 0 100010 111101 10100 11011 111000 111000

Color Harmonies of #CD8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8850

Black with #CD8850

Text Example


Text Example

White with #CD8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8850; }

 p { color: rgb(205,136,80); }

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

background-color css

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

 a { background-color: rgb(205,136,80); }

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

border-color css

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

 span { border-color: rgb(205,136,80); }

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