Html Css Color HEX #CC663D Ecstasy

📋 copy color: '#CC663D'

red 204 ◦ green 102 ◦ blue 61

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

Shades of Ecstasy #CC663D

Tints of Ecstasy #CC663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 55.59%
G = 27.79%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC663D (or 0xCC663D) is known color: Ecstasy. HEX triplet: CC, 66 and 3D. RGB value is (204,102,61). Sum of RGB (Red+Green+Blue) = 204+102+61=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC663D is #3399C2. Grayscale: #808080. Windows color (decimal): -3381699 or 4024012. OLE color: 4024012.

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

Color convert

RGB 204 102 61 -
CMYK 0 0.5 0.70 0.2
HSL 17.2º 0.58% 0.52% -
HSV(B) 17.2º 0.7% 0.8% -
XYZ 30.5 22.68 7.18 -
YUV 127.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 204 102 61 0 0.5 0.70 0.2 17.2 0.58 0.52
Hex CC 66 3D 0 32 46 14 11 3A 34
Octal 314 146 75 0 62 106 24 21 72 64
Binary 11001100 1100110 111101 0 110010 1000110 10100 10001 111010 110100

Color Harmonies of #CC663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC663D

Black with #CC663D

Text Example


Text Example

White with #CC663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC663D; }

 p { color: rgb(204,102,61); }

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

background-color css

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

 a { background-color: rgb(204,102,61); }

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

border-color css

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

 span { border-color: rgb(204,102,61); }

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