Html Css Color HEX #C06870 Cabaret

📋 copy color: '#C06870'

red 192 ◦ green 104 ◦ blue 112

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

Shades of Cabaret #C06870

Tints of Cabaret #C06870

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 47.06%
G = 25.49%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06870 (or 0xC06870) is known color: Cabaret. HEX triplet: C0, 68 and 70. RGB value is (192,104,112). Sum of RGB (Red+Green+Blue) = 192+104+112=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06870 is #3F978F. Grayscale: #838383. Windows color (decimal): -4167568 or 7366848. OLE color: 7366848.

HSL color Cylindrical-coordinate representation of color #C06870: hue angle of 354.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06870 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 112 -
CMYK 0 0.46 0.42 0.25
HSL 354.55º 0.41% 0.58% -
HSV(B) 354.55º 0.46% 0.75% -
XYZ 29.61 22.28 18.07 -
YUV 131.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 192 104 112 0 0.46 0.42 0.25 354.55 0.41 0.58
Hex C0 68 70 0 2E 2A 19 163 29 3A
Octal 300 150 160 0 56 52 31 543 51 72
Binary 11000000 1101000 1110000 0 101110 101010 11001 101100011 101001 111010

Color Harmonies of #C06870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06870

Black with #C06870

Text Example


Text Example

White with #C06870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06870; }

 p { color: rgb(192,104,112); }

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

background-color css

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

 a { background-color: rgb(192,104,112); }

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

border-color css

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

 span { border-color: rgb(192,104,112); }

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