Html Css Color HEX #CF693C Ecstasy

📋 copy color: '#CF693C'

red 207 ◦ green 105 ◦ blue 60

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

Shades of Ecstasy #CF693C

Tints of Ecstasy #CF693C

RGB

 RED value IS 207 (81.25% from 255) = 55.65%

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

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 55.65%
G = 28.23%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF693C (or 0xCF693C) is known color: Ecstasy. HEX triplet: CF, 69 and 3C. RGB value is (207,105,60). Sum of RGB (Red+Green+Blue) = 207+105+60=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF693C is #3096C3. Grayscale: #828282. Windows color (decimal): -3184324 or 3959247. OLE color: 3959247.

HSL color Cylindrical-coordinate representation of color #CF693C: hue angle of 18.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF693C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 60 -
CMYK 0 0.49 0.71 0.19
HSL 18.37º 0.6% 0.52% -
HSV(B) 18.37º 0.71% 0.81% -
XYZ 31.6 23.69 7.18 -
YUV 130.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 207 105 60 0 0.49 0.71 0.19 18.37 0.6 0.52
Hex CF 69 3C 0 31 47 13 12 3C 34
Octal 317 151 74 0 61 107 23 22 74 64
Binary 11001111 1101001 111100 0 110001 1000111 10011 10010 111100 110100

Color Harmonies of #CF693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF693C

Black with #CF693C

Text Example


Text Example

White with #CF693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF693C; }

 p { color: rgb(207,105,60); }

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

background-color css

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

 a { background-color: rgb(207,105,60); }

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

border-color css

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

 span { border-color: rgb(207,105,60); }

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