Html Css Color HEX #CC6038 Ecstasy

📋 copy color: '#CC6038'

red 204 ◦ green 96 ◦ blue 56

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

Shades of Ecstasy #CC6038

Tints of Ecstasy #CC6038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 57.3%
G = 26.97%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC6038 (or 0xCC6038) is known color: Ecstasy. HEX triplet: CC, 60 and 38. RGB value is (204,96,56). Sum of RGB (Red+Green+Blue) = 204+96+56=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6038 is #339FC7. Grayscale: #7C7C7C. Windows color (decimal): -3383240 or 3694796. OLE color: 3694796.

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

Color convert

RGB 204 96 56 -
CMYK 0 0.53 0.73 0.2
HSL 16.22º 0.59% 0.51% -
HSV(B) 16.22º 0.73% 0.8% -
XYZ 29.8 21.49 6.32 -
YUV 123.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 204 96 56 0 0.53 0.73 0.2 16.22 0.59 0.51
Hex CC 60 38 0 35 49 14 10 3B 33
Octal 314 140 70 0 65 111 24 20 73 63
Binary 11001100 1100000 111000 0 110101 1001001 10100 10000 111011 110011

Color Harmonies of #CC6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6038

Black with #CC6038

Text Example


Text Example

White with #CC6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6038; }

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

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

background-color css

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

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

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

border-color css

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

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

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