Html Css Color HEX #CC693D Ecstasy

📋 copy color: '#CC693D'

red 204 ◦ green 105 ◦ blue 61

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

Shades of Ecstasy #CC693D

Tints of Ecstasy #CC693D

RGB

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

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

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

R = 55.14%
G = 28.38%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC693D (or 0xCC693D) is known color: Ecstasy. HEX triplet: CC, 69 and 3D. RGB value is (204,105,61). Sum of RGB (Red+Green+Blue) = 204+105+61=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC693D is #3396C2. Grayscale: #818181. Windows color (decimal): -3380931 or 4024780. OLE color: 4024780.

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

Color convert

RGB 204 105 61 -
CMYK 0 0.49 0.70 0.2
HSL 18.46º 0.58% 0.52% -
HSV(B) 18.46º 0.7% 0.8% -
XYZ 30.8 23.28 7.28 -
YUV 129.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 204 105 61 0 0.49 0.70 0.2 18.46 0.58 0.52
Hex CC 69 3D 0 31 46 14 12 3A 34
Octal 314 151 75 0 61 106 24 22 72 64
Binary 11001100 1101001 111101 0 110001 1000110 10100 10010 111010 110100

Color Harmonies of #CC693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC693D

Black with #CC693D

Text Example


Text Example

White with #CC693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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