Html Css Color HEX #CF613C Ecstasy

📋 copy color: '#CF613C'

red 207 ◦ green 97 ◦ blue 60

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

Shades of Ecstasy #CF613C

Tints of Ecstasy #CF613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

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

R = 56.87%
G = 26.65%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF613C (or 0xCF613C) is known color: Ecstasy. HEX triplet: CF, 61 and 3C. RGB value is (207,97,60). Sum of RGB (Red+Green+Blue) = 207+97+60=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF613C is #309EC3. Grayscale: #7D7D7D. Windows color (decimal): -3186372 or 3957199. OLE color: 3957199.

HSL color Cylindrical-coordinate representation of color #CF613C: hue angle of 15.1º 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 #CF613C is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 60 -
CMYK 0 0.53 0.71 0.19
HSL 15.1º 0.6% 0.52% -
HSV(B) 15.1º 0.71% 0.81% -
XYZ 30.82 22.14 6.92 -
YUV 125.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 207 97 60 0 0.53 0.71 0.19 15.1 0.6 0.52
Hex CF 61 3C 0 35 47 13 F 3C 34
Octal 317 141 74 0 65 107 23 17 74 64
Binary 11001111 1100001 111100 0 110101 1000111 10011 1111 111100 110100

Color Harmonies of #CF613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF613C

Black with #CF613C

Text Example


Text Example

White with #CF613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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