Html Css Color HEX #CC7D4C Raw Sienna

📋 copy color: '#CC7D4C'

red 204 ◦ green 125 ◦ blue 76

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

Shades of Raw Sienna #CC7D4C

Tints of Raw Sienna #CC7D4C

RGB

 RED value IS 204 (80.08% from 255) = 50.37%

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

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

R = 50.37%
G = 30.86%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC7D4C (or 0xCC7D4C) is known color: Raw Sienna. HEX triplet: CC, 7D and 4C. RGB value is (204,125,76). Sum of RGB (Red+Green+Blue) = 204+125+76=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D4C is #3382B3. Grayscale: #8F8F8F. Windows color (decimal): -3375796 or 5012940. OLE color: 5012940.

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

Color convert

RGB 204 125 76 -
CMYK 0 0.39 0.63 0.2
HSL 22.97º 0.56% 0.55% -
HSV(B) 22.97º 0.63% 0.8% -
XYZ 33.54 28.03 10.48 -
YUV 143.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 204 125 76 0 0.39 0.63 0.2 22.97 0.56 0.55
Hex CC 7D 4C 0 27 3F 14 17 38 37
Octal 314 175 114 0 47 77 24 27 70 67
Binary 11001100 1111101 1001100 0 100111 111111 10100 10111 111000 110111

Color Harmonies of #CC7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D4C

Black with #CC7D4C

Text Example


Text Example

White with #CC7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D4C; }

 p { color: rgb(204,125,76); }

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

background-color css

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

 a { background-color: rgb(204,125,76); }

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

border-color css

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

 span { border-color: rgb(204,125,76); }

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