Html Css Color HEX #CD8150 Raw Sienna

📋 copy color: '#CD8150'

red 205 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #CD8150

Tints of Raw Sienna #CD8150

RGB

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

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

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

R = 49.52%
G = 31.16%
B = 19.32%

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

#CD8150 (or 0xCD8150) is known color: Raw Sienna. HEX triplet: CD, 81 and 50. RGB value is (205,129,80). Sum of RGB (Red+Green+Blue) = 205+129+80=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8150 is #327EAF. Grayscale: #929292. Windows color (decimal): -3309232 or 5276109. OLE color: 5276109.

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

Color convert

RGB 205 129 80 -
CMYK 0 0.37 0.61 0.20
HSL 23.52º 0.56% 0.56% -
HSV(B) 23.52º 0.61% 0.8% -
XYZ 34.48 29.26 11.42 -
YUV 146.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 205 129 80 0 0.37 0.61 0.20 23.52 0.56 0.56
Hex CD 81 50 0 25 3D 14 18 38 38
Octal 315 201 120 0 45 75 24 30 70 70
Binary 11001101 10000001 1010000 0 100101 111101 10100 11000 111000 111000

Color Harmonies of #CD8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8150

Black with #CD8150

Text Example


Text Example

White with #CD8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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