Html Css Color HEX #C0626A Cabaret

📋 copy color: '#C0626A'

red 192 ◦ green 98 ◦ blue 106

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

Shades of Cabaret #C0626A

Tints of Cabaret #C0626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 48.48%
G = 24.75%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0626A (or 0xC0626A) is known color: Cabaret. HEX triplet: C0, 62 and 6A. RGB value is (192,98,106). Sum of RGB (Red+Green+Blue) = 192+98+106=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0626A is #3F9D95. Grayscale: #7F7F7F. Windows color (decimal): -4169110 or 6972096. OLE color: 6972096.

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

Color convert

RGB 192 98 106 -
CMYK 0 0.49 0.45 0.25
HSL 354.89º 0.43% 0.57% -
HSV(B) 354.89º 0.49% 0.75% -
XYZ 28.71 20.98 16.17 -
YUV 127.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 192 98 106 0 0.49 0.45 0.25 354.89 0.43 0.57
Hex C0 62 6A 0 31 2D 19 163 2B 39
Octal 300 142 152 0 61 55 31 543 53 71
Binary 11000000 1100010 1101010 0 110001 101101 11001 101100011 101011 111001

Color Harmonies of #C0626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0626A

Black with #C0626A

Text Example


Text Example

White with #C0626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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