Html Css Color HEX #C06670 Cabaret

📋 copy color: '#C06670'

red 192 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #C06670

Tints of Cabaret #C06670

RGB

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

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

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

R = 47.29%
G = 25.12%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06670 (or 0xC06670) is known color: Cabaret. HEX triplet: C0, 66 and 70. RGB value is (192,102,112). Sum of RGB (Red+Green+Blue) = 192+102+112=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06670 is #3F998F. Grayscale: #828282. Windows color (decimal): -4168080 or 7366336. OLE color: 7366336.

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

Color convert

RGB 192 102 112 -
CMYK 0 0.47 0.42 0.25
HSL 353.33º 0.42% 0.58% -
HSV(B) 353.33º 0.47% 0.75% -
XYZ 29.41 21.88 18 -
YUV 130.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 192 102 112 0 0.47 0.42 0.25 353.33 0.42 0.58
Hex C0 66 70 0 2F 2A 19 161 2A 3A
Octal 300 146 160 0 57 52 31 541 52 72
Binary 11000000 1100110 1110000 0 101111 101010 11001 101100001 101010 111010

Color Harmonies of #C06670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06670

Black with #C06670

Text Example


Text Example

White with #C06670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06670; }

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

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

background-color css

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

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

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

border-color css

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

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

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