Html Css Color HEX #CC603F Ecstasy

📋 copy color: '#CC603F'

red 204 ◦ green 96 ◦ blue 63

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

Shades of Ecstasy #CC603F

Tints of Ecstasy #CC603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 56.2%
G = 26.45%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC603F (or 0xCC603F) is known color: Ecstasy. HEX triplet: CC, 60 and 3F. RGB value is (204,96,63). Sum of RGB (Red+Green+Blue) = 204+96+63=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC603F is #339FC0. Grayscale: #7C7C7C. Windows color (decimal): -3383233 or 4153548. OLE color: 4153548.

HSL color Cylindrical-coordinate representation of color #CC603F: hue angle of 14.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC603F is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 63 -
CMYK 0 0.53 0.69 0.2
HSL 14.04º 0.58% 0.52% -
HSV(B) 14.04º 0.69% 0.8% -
XYZ 29.98 21.56 7.28 -
YUV 124.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 204 96 63 0 0.53 0.69 0.2 14.04 0.58 0.52
Hex CC 60 3F 0 35 45 14 E 3A 34
Octal 314 140 77 0 65 105 24 16 72 64
Binary 11001100 1100000 111111 0 110101 1000101 10100 1110 111010 110100

Color Harmonies of #CC603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC603F

Black with #CC603F

Text Example


Text Example

White with #CC603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC603F; }

 p { color: rgb(204,96,63); }

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

background-color css

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

 a { background-color: rgb(204,96,63); }

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

border-color css

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

 span { border-color: rgb(204,96,63); }

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