Html Css Color HEX #CC643F Ecstasy

📋 copy color: '#CC643F'

red 204 ◦ green 100 ◦ blue 63

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

Shades of Ecstasy #CC643F

Tints of Ecstasy #CC643F

RGB

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

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

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

R = 55.59%
G = 27.25%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC643F (or 0xCC643F) is known color: Ecstasy. HEX triplet: CC, 64 and 3F. RGB value is (204,100,63). Sum of RGB (Red+Green+Blue) = 204+100+63=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC643F is #339BC0. Grayscale: #7F7F7F. Windows color (decimal): -3382209 or 4154572. OLE color: 4154572.

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

Color convert

RGB 204 100 63 -
CMYK 0 0.51 0.69 0.2
HSL 15.74º 0.58% 0.52% -
HSV(B) 15.74º 0.69% 0.8% -
XYZ 30.36 22.31 7.41 -
YUV 126.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 204 100 63 0 0.51 0.69 0.2 15.74 0.58 0.52
Hex CC 64 3F 0 33 45 14 10 3A 34
Octal 314 144 77 0 63 105 24 20 72 64
Binary 11001100 1100100 111111 0 110011 1000101 10100 10000 111010 110100

Color Harmonies of #CC643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC643F

Black with #CC643F

Text Example


Text Example

White with #CC643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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