Html Css Color HEX #CD7D50 Raw Sienna

📋 copy color: '#CD7D50'

red 205 ◦ green 125 ◦ blue 80

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

Shades of Raw Sienna #CD7D50

Tints of Raw Sienna #CD7D50

RGB

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

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

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

R = 50%
G = 30.49%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD7D50 (or 0xCD7D50) is known color: Raw Sienna. HEX triplet: CD, 7D and 50. RGB value is (205,125,80). Sum of RGB (Red+Green+Blue) = 205+125+80=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D50 is #3282AF. Grayscale: #909090. Windows color (decimal): -3310256 or 5275085. OLE color: 5275085.

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

Color convert

RGB 205 125 80 -
CMYK 0 0.39 0.61 0.20
HSL 21.6º 0.56% 0.56% -
HSV(B) 21.6º 0.61% 0.8% -
XYZ 33.96 28.23 11.25 -
YUV 143.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 205 125 80 0 0.39 0.61 0.20 21.6 0.56 0.56
Hex CD 7D 50 0 27 3D 14 16 38 38
Octal 315 175 120 0 47 75 24 26 70 70
Binary 11001101 1111101 1010000 0 100111 111101 10100 10110 111000 111000

Color Harmonies of #CD7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D50

Black with #CD7D50

Text Example


Text Example

White with #CD7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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