Html Css Color HEX #CC6341 Ecstasy

📋 copy color: '#CC6341'

red 204 ◦ green 99 ◦ blue 65

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

Shades of Ecstasy #CC6341

Tints of Ecstasy #CC6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 55.43%
G = 26.9%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6341 (or 0xCC6341) is known color: Ecstasy. HEX triplet: CC, 63 and 41. RGB value is (204,99,65). Sum of RGB (Red+Green+Blue) = 204+99+65=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6341 is #339CBE. Grayscale: #7E7E7E. Windows color (decimal): -3382463 or 4285388. OLE color: 4285388.

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

Color convert

RGB 204 99 65 -
CMYK 0 0.51 0.68 0.2
HSL 14.68º 0.58% 0.53% -
HSV(B) 14.68º 0.68% 0.8% -
XYZ 30.32 22.14 7.68 -
YUV 126.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 204 99 65 0 0.51 0.68 0.2 14.68 0.58 0.53
Hex CC 63 41 0 33 44 14 F 3A 35
Octal 314 143 101 0 63 104 24 17 72 65
Binary 11001100 1100011 1000001 0 110011 1000100 10100 1111 111010 110101

Color Harmonies of #CC6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6341

Black with #CC6341

Text Example


Text Example

White with #CC6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6341; }

 p { color: rgb(204,99,65); }

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

background-color css

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

 a { background-color: rgb(204,99,65); }

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

border-color css

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

 span { border-color: rgb(204,99,65); }

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