Html Css Color HEX #CD824E Raw Sienna

📋 copy color: '#CD824E'

red 205 ◦ green 130 ◦ blue 78

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

Shades of Raw Sienna #CD824E

Tints of Raw Sienna #CD824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 49.64%
G = 31.48%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD824E (or 0xCD824E) is known color: Raw Sienna. HEX triplet: CD, 82 and 4E. RGB value is (205,130,78). Sum of RGB (Red+Green+Blue) = 205+130+78=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD824E is #327DB1. Grayscale: #929292. Windows color (decimal): -3308978 or 5145293. OLE color: 5145293.

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

Color convert

RGB 205 130 78 -
CMYK 0 0.37 0.62 0.20
HSL 24.57º 0.56% 0.55% -
HSV(B) 24.57º 0.62% 0.8% -
XYZ 34.53 29.49 11.08 -
YUV 146.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 205 130 78 0 0.37 0.62 0.20 24.57 0.56 0.55
Hex CD 82 4E 0 25 3E 14 19 38 37
Octal 315 202 116 0 45 76 24 31 70 67
Binary 11001101 10000010 1001110 0 100101 111110 10100 11001 111000 110111

Color Harmonies of #CD824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD824E

Black with #CD824E

Text Example


Text Example

White with #CD824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD824E; }

 p { color: rgb(205,130,78); }

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

background-color css

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

 a { background-color: rgb(205,130,78); }

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

border-color css

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

 span { border-color: rgb(205,130,78); }

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