Html Css Color HEX #C06168 Cabaret

📋 copy color: '#C06168'

red 192 ◦ green 97 ◦ blue 104

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

Shades of Cabaret #C06168

Tints of Cabaret #C06168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 48.85%
G = 24.68%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06168 (or 0xC06168) is known color: Cabaret. HEX triplet: C0, 61 and 68. RGB value is (192,97,104). Sum of RGB (Red+Green+Blue) = 192+97+104=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06168 is #3F9E97. Grayscale: #7E7E7E. Windows color (decimal): -4169368 or 6840768. OLE color: 6840768.

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

Color convert

RGB 192 97 104 -
CMYK 0 0.49 0.46 0.25
HSL 355.58º 0.43% 0.57% -
HSV(B) 355.58º 0.49% 0.75% -
XYZ 28.51 20.76 15.6 -
YUV 126.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 192 97 104 0 0.49 0.46 0.25 355.58 0.43 0.57
Hex C0 61 68 0 31 2E 19 164 2B 39
Octal 300 141 150 0 61 56 31 544 53 71
Binary 11000000 1100001 1101000 0 110001 101110 11001 101100100 101011 111001

Color Harmonies of #C06168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06168

Black with #C06168

Text Example


Text Example

White with #C06168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06168; }

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

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

background-color css

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

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

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

border-color css

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

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

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