Html Css Color HEX #CC693F Ecstasy

📋 copy color: '#CC693F'

red 204 ◦ green 105 ◦ blue 63

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

Shades of Ecstasy #CC693F

Tints of Ecstasy #CC693F

RGB

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

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

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

R = 54.84%
G = 28.23%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC693F (or 0xCC693F) is known color: Ecstasy. HEX triplet: CC, 69 and 3F. RGB value is (204,105,63). Sum of RGB (Red+Green+Blue) = 204+105+63=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC693F is #3396C0. Grayscale: #828282. Windows color (decimal): -3380929 or 4155852. OLE color: 4155852.

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

Color convert

RGB 204 105 63 -
CMYK 0 0.49 0.69 0.2
HSL 17.87º 0.58% 0.52% -
HSV(B) 17.87º 0.69% 0.8% -
XYZ 30.85 23.3 7.57 -
YUV 129.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 204 105 63 0 0.49 0.69 0.2 17.87 0.58 0.52
Hex CC 69 3F 0 31 45 14 12 3A 34
Octal 314 151 77 0 61 105 24 22 72 64
Binary 11001100 1101001 111111 0 110001 1000101 10100 10010 111010 110100

Color Harmonies of #CC693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC693F

Black with #CC693F

Text Example


Text Example

White with #CC693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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