Html Css Color HEX #CF6B3C Ecstasy

📋 copy color: '#CF6B3C'

red 207 ◦ green 107 ◦ blue 60

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

Shades of Ecstasy #CF6B3C

Tints of Ecstasy #CF6B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 55.35%
G = 28.61%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF6B3C (or 0xCF6B3C) is known color: Ecstasy. HEX triplet: CF, 6B and 3C. RGB value is (207,107,60). Sum of RGB (Red+Green+Blue) = 207+107+60=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B3C is #3094C3. Grayscale: #838383. Windows color (decimal): -3183812 or 3959759. OLE color: 3959759.

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

Color convert

RGB 207 107 60 -
CMYK 0 0.48 0.71 0.19
HSL 19.18º 0.6% 0.52% -
HSV(B) 19.18º 0.71% 0.81% -
XYZ 31.81 24.11 7.25 -
YUV 131.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 207 107 60 0 0.48 0.71 0.19 19.18 0.6 0.52
Hex CF 6B 3C 0 30 47 13 13 3C 34
Octal 317 153 74 0 60 107 23 23 74 64
Binary 11001111 1101011 111100 0 110000 1000111 10011 10011 111100 110100

Color Harmonies of #CF6B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B3C

Black with #CF6B3C

Text Example


Text Example

White with #CF6B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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