Html Css Color HEX #CC643E Ecstasy

📋 copy color: '#CC643E'

red 204 ◦ green 100 ◦ blue 62

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

Shades of Ecstasy #CC643E

Tints of Ecstasy #CC643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 55.74%
G = 27.32%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC643E (or 0xCC643E) is known color: Ecstasy. HEX triplet: CC, 64 and 3E. RGB value is (204,100,62). Sum of RGB (Red+Green+Blue) = 204+100+62=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC643E is #339BC1. Grayscale: #7F7F7F. Windows color (decimal): -3382210 or 4089036. OLE color: 4089036.

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

Color convert

RGB 204 100 62 -
CMYK 0 0.51 0.70 0.2
HSL 16.06º 0.58% 0.52% -
HSV(B) 16.06º 0.7% 0.8% -
XYZ 30.33 22.3 7.26 -
YUV 126.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 204 100 62 0 0.51 0.70 0.2 16.06 0.58 0.52
Hex CC 64 3E 0 33 46 14 10 3A 34
Octal 314 144 76 0 63 106 24 20 72 64
Binary 11001100 1100100 111110 0 110011 1000110 10100 10000 111010 110100

Color Harmonies of #CC643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC643E

Black with #CC643E

Text Example


Text Example

White with #CC643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC643E; }

 p { color: rgb(204,100,62); }

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

background-color css

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

 a { background-color: rgb(204,100,62); }

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

border-color css

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

 span { border-color: rgb(204,100,62); }

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