Html Css Color HEX #C86670 Cabaret

📋 copy color: '#C86670'

red 200 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #C86670

Tints of Cabaret #C86670

RGB

 RED value IS 200 (78.52% from 255) = 48.31%

 GREEN value IS 102 (40.23% from 255) = 24.64%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 48.31%
G = 24.64%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86670 (or 0xC86670) is known color: Cabaret. HEX triplet: C8, 66 and 70. RGB value is (200,102,112). Sum of RGB (Red+Green+Blue) = 200+102+112=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86670 is #37998F. Grayscale: #848484. Windows color (decimal): -3643792 or 7366344. OLE color: 7366344.

HSL color Cylindrical-coordinate representation of color #C86670: hue angle of 353.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86670 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 112 -
CMYK 0 0.49 0.44 0.22
HSL 353.88º 0.47% 0.59% -
HSV(B) 353.88º 0.49% 0.78% -
XYZ 31.5 22.95 18.1 -
YUV 132.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 200 102 112 0 0.49 0.44 0.22 353.88 0.47 0.59
Hex C8 66 70 0 31 2C 16 162 2F 3B
Octal 310 146 160 0 61 54 26 542 57 73
Binary 11001000 1100110 1110000 0 110001 101100 10110 101100010 101111 111011

Color Harmonies of #C86670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86670

Black with #C86670

Text Example


Text Example

White with #C86670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86670; }

 p { color: rgb(200,102,112); }

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

background-color css

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

 a { background-color: rgb(200,102,112); }

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

border-color css

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

 span { border-color: rgb(200,102,112); }

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