Html Css Color HEX #CC7942 Raw Sienna

📋 copy color: '#CC7942'

red 204 ◦ green 121 ◦ blue 66

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

Shades of Raw Sienna #CC7942

Tints of Raw Sienna #CC7942

RGB

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

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

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

R = 52.17%
G = 30.95%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC7942 (or 0xCC7942) is known color: Raw Sienna. HEX triplet: CC, 79 and 42. RGB value is (204,121,66). Sum of RGB (Red+Green+Blue) = 204+121+66=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7942 is #3386BD. Grayscale: #8B8B8B. Windows color (decimal): -3376830 or 4356556. OLE color: 4356556.

HSL color Cylindrical-coordinate representation of color #CC7942: hue angle of 23.91º degrees, saturation: 0.57, 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 #CC7942 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 66 -
CMYK 0 0.41 0.68 0.2
HSL 23.91º 0.58% 0.53% -
HSV(B) 23.91º 0.68% 0.8% -
XYZ 32.72 26.91 8.62 -
YUV 139.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 204 121 66 0 0.41 0.68 0.2 23.91 0.58 0.53
Hex CC 79 42 0 29 44 14 18 3A 35
Octal 314 171 102 0 51 104 24 30 72 65
Binary 11001100 1111001 1000010 0 101001 1000100 10100 11000 111010 110101

Color Harmonies of #CC7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7942

Black with #CC7942

Text Example


Text Example

White with #CC7942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7942; }

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

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

background-color css

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

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

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

border-color css

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

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

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