Html Css Color HEX #CC693A Ecstasy

📋 copy color: '#CC693A'

red 204 ◦ green 105 ◦ blue 58

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

Shades of Ecstasy #CC693A

Tints of Ecstasy #CC693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 55.59%
G = 28.61%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC693A (or 0xCC693A) is known color: Ecstasy. HEX triplet: CC, 69 and 3A. RGB value is (204,105,58). Sum of RGB (Red+Green+Blue) = 204+105+58=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC693A is #3396C5. Grayscale: #818181. Windows color (decimal): -3380934 or 3828172. OLE color: 3828172.

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

Color convert

RGB 204 105 58 -
CMYK 0 0.49 0.72 0.2
HSL 19.32º 0.59% 0.51% -
HSV(B) 19.32º 0.72% 0.8% -
XYZ 30.72 23.25 6.87 -
YUV 129.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 204 105 58 0 0.49 0.72 0.2 19.32 0.59 0.51
Hex CC 69 3A 0 31 48 14 13 3B 33
Octal 314 151 72 0 61 110 24 23 73 63
Binary 11001100 1101001 111010 0 110001 1001000 10100 10011 111011 110011

Color Harmonies of #CC693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC693A

Black with #CC693A

Text Example


Text Example

White with #CC693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC693A; }

 p { color: rgb(204,105,58); }

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

background-color css

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

 a { background-color: rgb(204,105,58); }

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

border-color css

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

 span { border-color: rgb(204,105,58); }

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