Html Css Color HEX #CF6A3A Ecstasy

📋 copy color: '#CF6A3A'

red 207 ◦ green 106 ◦ blue 58

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

Shades of Ecstasy #CF6A3A

Tints of Ecstasy #CF6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 55.8%
G = 28.57%
B = 15.63%

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

#CF6A3A (or 0xCF6A3A) is known color: Ecstasy. HEX triplet: CF, 6A and 3A. RGB value is (207,106,58). Sum of RGB (Red+Green+Blue) = 207+106+58=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A3A is #3095C5. Grayscale: #838383. Windows color (decimal): -3184070 or 3828431. OLE color: 3828431.

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

Color convert

RGB 207 106 58 -
CMYK 0 0.49 0.72 0.19
HSL 19.33º 0.61% 0.52% -
HSV(B) 19.33º 0.72% 0.81% -
XYZ 31.65 23.88 6.94 -
YUV 130.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 207 106 58 0 0.49 0.72 0.19 19.33 0.61 0.52
Hex CF 6A 3A 0 31 48 13 13 3D 34
Octal 317 152 72 0 61 110 23 23 75 64
Binary 11001111 1101010 111010 0 110001 1001000 10011 10011 111101 110100

Color Harmonies of #CF6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A3A

Black with #CF6A3A

Text Example


Text Example

White with #CF6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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