Html Css Color HEX #C06370 Cabaret

📋 copy color: '#C06370'

red 192 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C06370

Tints of Cabaret #C06370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 47.64%
G = 24.57%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06370 (or 0xC06370) is known color: Cabaret. HEX triplet: C0, 63 and 70. RGB value is (192,99,112). Sum of RGB (Red+Green+Blue) = 192+99+112=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06370 is #3F9C8F. Grayscale: #808080. Windows color (decimal): -4168848 or 7365568. OLE color: 7365568.

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

Color convert

RGB 192 99 112 -
CMYK 0 0.48 0.42 0.25
HSL 351.61º 0.42% 0.57% -
HSV(B) 351.61º 0.48% 0.75% -
XYZ 29.12 21.3 17.91 -
YUV 128.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 192 99 112 0 0.48 0.42 0.25 351.61 0.42 0.57
Hex C0 63 70 0 30 2A 19 160 2A 39
Octal 300 143 160 0 60 52 31 540 52 71
Binary 11000000 1100011 1110000 0 110000 101010 11001 101100000 101010 111001

Color Harmonies of #C06370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06370

Black with #C06370

Text Example


Text Example

White with #C06370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06370; }

 p { color: rgb(192,99,112); }

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

background-color css

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

 a { background-color: rgb(192,99,112); }

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

border-color css

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

 span { border-color: rgb(192,99,112); }

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