Html Css Color HEX #CD7F50 Raw Sienna

📋 copy color: '#CD7F50'

red 205 ◦ green 127 ◦ blue 80

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

Shades of Raw Sienna #CD7F50

Tints of Raw Sienna #CD7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 49.76%
G = 30.83%
B = 19.42%

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

#CD7F50 (or 0xCD7F50) is known color: Raw Sienna. HEX triplet: CD, 7F and 50. RGB value is (205,127,80). Sum of RGB (Red+Green+Blue) = 205+127+80=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F50 is #3280AF. Grayscale: #919191. Windows color (decimal): -3309744 or 5275597. OLE color: 5275597.

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

Color convert

RGB 205 127 80 -
CMYK 0 0.38 0.61 0.20
HSL 22.56º 0.56% 0.56% -
HSV(B) 22.56º 0.61% 0.8% -
XYZ 34.21 28.74 11.33 -
YUV 144.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 205 127 80 0 0.38 0.61 0.20 22.56 0.56 0.56
Hex CD 7F 50 0 26 3D 14 17 38 38
Octal 315 177 120 0 46 75 24 27 70 70
Binary 11001101 1111111 1010000 0 100110 111101 10100 10111 111000 111000

Color Harmonies of #CD7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7F50

Black with #CD7F50

Text Example


Text Example

White with #CD7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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