Html Css Color HEX #C0626E Cabaret

📋 copy color: '#C0626E'

red 192 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #C0626E

Tints of Cabaret #C0626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 48%
G = 24.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0626E (or 0xC0626E) is known color: Cabaret. HEX triplet: C0, 62 and 6E. RGB value is (192,98,110). Sum of RGB (Red+Green+Blue) = 192+98+110=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626E is #3F9D91. Grayscale: #7F7F7F. Windows color (decimal): -4169106 or 7234240. OLE color: 7234240.

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

Color convert

RGB 192 98 110 -
CMYK 0 0.49 0.43 0.25
HSL 352.34º 0.43% 0.57% -
HSV(B) 352.34º 0.49% 0.75% -
XYZ 28.92 21.07 17.29 -
YUV 127.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 192 98 110 0 0.49 0.43 0.25 352.34 0.43 0.57
Hex C0 62 6E 0 31 2B 19 160 2B 39
Octal 300 142 156 0 61 53 31 540 53 71
Binary 11000000 1100010 1101110 0 110001 101011 11001 101100000 101011 111001

Color Harmonies of #C0626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0626E

Black with #C0626E

Text Example


Text Example

White with #C0626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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