Html Css Color HEX #CC643B Ecstasy

📋 copy color: '#CC643B'

red 204 ◦ green 100 ◦ blue 59

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

Shades of Ecstasy #CC643B

Tints of Ecstasy #CC643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 56.2%
G = 27.55%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC643B (or 0xCC643B) is known color: Ecstasy. HEX triplet: CC, 64 and 3B. RGB value is (204,100,59). Sum of RGB (Red+Green+Blue) = 204+100+59=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC643B is #339BC4. Grayscale: #7E7E7E. Windows color (decimal): -3382213 or 3892428. OLE color: 3892428.

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

Color convert

RGB 204 100 59 -
CMYK 0 0.51 0.71 0.2
HSL 16.97º 0.59% 0.52% -
HSV(B) 16.97º 0.71% 0.8% -
XYZ 30.25 22.27 6.84 -
YUV 126.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 204 100 59 0 0.51 0.71 0.2 16.97 0.59 0.52
Hex CC 64 3B 0 33 47 14 11 3B 34
Octal 314 144 73 0 63 107 24 21 73 64
Binary 11001100 1100100 111011 0 110011 1000111 10100 10001 111011 110100

Color Harmonies of #CC643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC643B

Black with #CC643B

Text Example


Text Example

White with #CC643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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