Html Css Color HEX #CD7B50 Raw Sienna

📋 copy color: '#CD7B50'

red 205 ◦ green 123 ◦ blue 80

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

Shades of Raw Sienna #CD7B50

Tints of Raw Sienna #CD7B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

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

R = 50.25%
G = 30.15%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD7B50 (or 0xCD7B50) is known color: Raw Sienna. HEX triplet: CD, 7B and 50. RGB value is (205,123,80). Sum of RGB (Red+Green+Blue) = 205+123+80=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B50 is #3284AF. Grayscale: #8E8E8E. Windows color (decimal): -3310768 or 5274573. OLE color: 5274573.

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

Color convert

RGB 205 123 80 -
CMYK 0 0.4 0.61 0.20
HSL 20.64º 0.56% 0.56% -
HSV(B) 20.64º 0.61% 0.8% -
XYZ 33.71 27.72 11.16 -
YUV 142.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 205 123 80 0 0.4 0.61 0.20 20.64 0.56 0.56
Hex CD 7B 50 0 28 3D 14 15 38 38
Octal 315 173 120 0 50 75 24 25 70 70
Binary 11001101 1111011 1010000 0 101000 111101 10100 10101 111000 111000

Color Harmonies of #CD7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B50

Black with #CD7B50

Text Example


Text Example

White with #CD7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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