Html Css Color HEX #CC7948 Raw Sienna

📋 copy color: '#CC7948'

red 204 ◦ green 121 ◦ blue 72

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

Shades of Raw Sienna #CC7948

Tints of Raw Sienna #CC7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 51.39%
G = 30.48%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC7948 (or 0xCC7948) is known color: Raw Sienna. HEX triplet: CC, 79 and 48. RGB value is (204,121,72). Sum of RGB (Red+Green+Blue) = 204+121+72=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7948 is #3386B7. Grayscale: #8C8C8C. Windows color (decimal): -3376824 or 4749772. OLE color: 4749772.

HSL color Cylindrical-coordinate representation of color #CC7948: hue angle of 22.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC7948 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 72 -
CMYK 0 0.41 0.65 0.2
HSL 22.27º 0.56% 0.54% -
HSV(B) 22.27º 0.65% 0.8% -
XYZ 32.91 26.98 9.6 -
YUV 140.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 204 121 72 0 0.41 0.65 0.2 22.27 0.56 0.54
Hex CC 79 48 0 29 41 14 16 38 36
Octal 314 171 110 0 51 101 24 26 70 66
Binary 11001100 1111001 1001000 0 101001 1000001 10100 10110 111000 110110

Color Harmonies of #CC7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7948

Black with #CC7948

Text Example


Text Example

White with #CC7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7948; }

 p { color: rgb(204,121,72); }

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

background-color css

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

 a { background-color: rgb(204,121,72); }

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

border-color css

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

 span { border-color: rgb(204,121,72); }

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