Html Css Color HEX #CD804C Raw Sienna

📋 copy color: '#CD804C'

red 205 ◦ green 128 ◦ blue 76

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

Shades of Raw Sienna #CD804C

Tints of Raw Sienna #CD804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 50.12%
G = 31.3%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD804C (or 0xCD804C) is known color: Raw Sienna. HEX triplet: CD, 80 and 4C. RGB value is (205,128,76). Sum of RGB (Red+Green+Blue) = 205+128+76=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD804C is #327FB3. Grayscale: #919191. Windows color (decimal): -3309492 or 5013709. OLE color: 5013709.

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

Color convert

RGB 205 128 76 -
CMYK 0 0.38 0.63 0.20
HSL 24.19º 0.56% 0.55% -
HSV(B) 24.19º 0.63% 0.8% -
XYZ 34.2 28.94 10.62 -
YUV 145.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 205 128 76 0 0.38 0.63 0.20 24.19 0.56 0.55
Hex CD 80 4C 0 26 3F 14 18 38 37
Octal 315 200 114 0 46 77 24 30 70 67
Binary 11001101 10000000 1001100 0 100110 111111 10100 11000 111000 110111

Color Harmonies of #CD804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD804C

Black with #CD804C

Text Example


Text Example

White with #CD804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD804C; }

 p { color: rgb(205,128,76); }

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

background-color css

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

 a { background-color: rgb(205,128,76); }

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

border-color css

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

 span { border-color: rgb(205,128,76); }

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