Html Css Color HEX #C45068 Cabaret

📋 copy color: '#C45068'

red 196 ◦ green 80 ◦ blue 104

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

Shades of Cabaret #C45068

Tints of Cabaret #C45068

RGB

 RED value IS 196 (76.95% from 255) = 51.58%

 GREEN value IS 80 (31.64% from 255) = 21.05%

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 51.58%
G = 21.05%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C45068 (or 0xC45068) is known color: Cabaret. HEX triplet: C4, 50 and 68. RGB value is (196,80,104). Sum of RGB (Red+Green+Blue) = 196+80+104=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C45068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45068 is #3BAF97. Grayscale: #757575. Windows color (decimal): -3911576 or 6836420. OLE color: 6836420.

HSL color Cylindrical-coordinate representation of color #C45068: hue angle of 347.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45068 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 104 -
CMYK 0 0.59 0.47 0.23
HSL 347.59º 0.5% 0.54% -
HSV(B) 347.59º 0.59% 0.77% -
XYZ 28.13 18.47 15.18 -
YUV 117.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 196 80 104 0 0.59 0.47 0.23 347.59 0.5 0.54
Hex C4 50 68 0 3B 2F 17 15C 32 36
Octal 304 120 150 0 73 57 27 534 62 66
Binary 11000100 1010000 1101000 0 111011 101111 10111 101011100 110010 110110

Color Harmonies of #C45068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45068

Black with #C45068

Text Example


Text Example

White with #C45068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45068; }

 p { color: rgb(196,80,104); }

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

background-color css

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

 a { background-color: rgb(196,80,104); }

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

border-color css

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

 span { border-color: rgb(196,80,104); }

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