Html Css Color HEX #CF693A Ecstasy

📋 copy color: '#CF693A'

red 207 ◦ green 105 ◦ blue 58

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

Shades of Ecstasy #CF693A

Tints of Ecstasy #CF693A

RGB

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

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

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

R = 55.95%
G = 28.38%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF693A (or 0xCF693A) is known color: Ecstasy. HEX triplet: CF, 69 and 3A. RGB value is (207,105,58). Sum of RGB (Red+Green+Blue) = 207+105+58=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF693A is #3096C5. Grayscale: #828282. Windows color (decimal): -3184326 or 3828175. OLE color: 3828175.

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

Color convert

RGB 207 105 58 -
CMYK 0 0.49 0.72 0.19
HSL 18.93º 0.61% 0.52% -
HSV(B) 18.93º 0.72% 0.81% -
XYZ 31.55 23.67 6.91 -
YUV 130.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 207 105 58 0 0.49 0.72 0.19 18.93 0.61 0.52
Hex CF 69 3A 0 31 48 13 13 3D 34
Octal 317 151 72 0 61 110 23 23 75 64
Binary 11001111 1101001 111010 0 110001 1001000 10011 10011 111101 110100

Color Harmonies of #CF693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF693A

Black with #CF693A

Text Example


Text Example

White with #CF693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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