Html Css Color HEX #CD7C42 Raw Sienna

📋 copy color: '#CD7C42'

red 205 ◦ green 124 ◦ blue 66

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

Shades of Raw Sienna #CD7C42

Tints of Raw Sienna #CD7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 51.9%
G = 31.39%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD7C42 (or 0xCD7C42) is known color: Raw Sienna. HEX triplet: CD, 7C and 42. RGB value is (205,124,66). Sum of RGB (Red+Green+Blue) = 205+124+66=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C42 is #3283BD. Grayscale: #8D8D8D. Windows color (decimal): -3310526 or 4357325. OLE color: 4357325.

HSL color Cylindrical-coordinate representation of color #CD7C42: hue angle of 25.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7C42 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 66 -
CMYK 0 0.40 0.68 0.20
HSL 25.04º 0.58% 0.53% -
HSV(B) 25.04º 0.68% 0.8% -
XYZ 33.37 27.79 8.76 -
YUV 141.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 205 124 66 0 0.40 0.68 0.20 25.04 0.58 0.53
Hex CD 7C 42 0 28 44 14 19 3A 35
Octal 315 174 102 0 50 104 24 31 72 65
Binary 11001101 1111100 1000010 0 101000 1000100 10100 11001 111010 110101

Color Harmonies of #CD7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C42

Black with #CD7C42

Text Example


Text Example

White with #CD7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C42; }

 p { color: rgb(205,124,66); }

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

background-color css

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

 a { background-color: rgb(205,124,66); }

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

border-color css

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

 span { border-color: rgb(205,124,66); }

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