Html Css Color HEX #C0626C Cabaret

📋 copy color: '#C0626C'

red 192 ◦ green 98 ◦ blue 108

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

Shades of Cabaret #C0626C

Tints of Cabaret #C0626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 48.24%
G = 24.62%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0626C (or 0xC0626C) is known color: Cabaret. HEX triplet: C0, 62 and 6C. RGB value is (192,98,108). Sum of RGB (Red+Green+Blue) = 192+98+108=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626C is #3F9D93. Grayscale: #7F7F7F. Windows color (decimal): -4169108 or 7103168. OLE color: 7103168.

HSL color Cylindrical-coordinate representation of color #C0626C: hue angle of 353.62º 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 #C0626C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 108 -
CMYK 0 0.49 0.44 0.25
HSL 353.62º 0.43% 0.57% -
HSV(B) 353.62º 0.49% 0.75% -
XYZ 28.81 21.02 16.73 -
YUV 127.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 192 98 108 0 0.49 0.44 0.25 353.62 0.43 0.57
Hex C0 62 6C 0 31 2C 19 162 2B 39
Octal 300 142 154 0 61 54 31 542 53 71
Binary 11000000 1100010 1101100 0 110001 101100 11001 101100010 101011 111001

Color Harmonies of #C0626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0626C

Black with #C0626C

Text Example


Text Example

White with #C0626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0626C; }

 p { color: rgb(192,98,108); }

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

background-color css

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

 a { background-color: rgb(192,98,108); }

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

border-color css

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

 span { border-color: rgb(192,98,108); }

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