Html Css Color HEX #C0626B Cabaret

📋 copy color: '#C0626B'

red 192 ◦ green 98 ◦ blue 107

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

Shades of Cabaret #C0626B

Tints of Cabaret #C0626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 48.36%
G = 24.69%
B = 26.95%

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

#C0626B (or 0xC0626B) is known color: Cabaret. HEX triplet: C0, 62 and 6B. RGB value is (192,98,107). Sum of RGB (Red+Green+Blue) = 192+98+107=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626B is #3F9D94. Grayscale: #7F7F7F. Windows color (decimal): -4169109 or 7037632. OLE color: 7037632.

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

Color convert

RGB 192 98 107 -
CMYK 0 0.49 0.44 0.25
HSL 354.26º 0.43% 0.57% -
HSV(B) 354.26º 0.49% 0.75% -
XYZ 28.76 21 16.45 -
YUV 127.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 192 98 107 0 0.49 0.44 0.25 354.26 0.43 0.57
Hex C0 62 6B 0 31 2C 19 162 2B 39
Octal 300 142 153 0 61 54 31 542 53 71
Binary 11000000 1100010 1101011 0 110001 101100 11001 101100010 101011 111001

Color Harmonies of #C0626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0626B

Black with #C0626B

Text Example


Text Example

White with #C0626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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