Html Css Color HEX #C34868 Cabaret

📋 copy color: '#C34868'

red 195 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #C34868

Tints of Cabaret #C34868

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 52.56%
G = 19.41%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C34868 (or 0xC34868) is known color: Cabaret. HEX triplet: C3, 48 and 68. RGB value is (195,72,104). Sum of RGB (Red+Green+Blue) = 195+72+104=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34868 is #3CB797. Grayscale: #707070. Windows color (decimal): -3979160 or 6834371. OLE color: 6834371.

HSL color Cylindrical-coordinate representation of color #C34868: hue angle of 344.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34868 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 104 -
CMYK 0 0.63 0.47 0.24
HSL 344.39º 0.51% 0.52% -
HSV(B) 344.39º 0.63% 0.76% -
XYZ 27.32 17.24 14.98 -
YUV 112.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 195 72 104 0 0.63 0.47 0.24 344.39 0.51 0.52
Hex C3 48 68 0 3F 2F 18 158 33 34
Octal 303 110 150 0 77 57 30 530 63 64
Binary 11000011 1001000 1101000 0 111111 101111 11000 101011000 110011 110100

Color Harmonies of #C34868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34868

Black with #C34868

Text Example


Text Example

White with #C34868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34868; }

 p { color: rgb(195,72,104); }

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

background-color css

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

 a { background-color: rgb(195,72,104); }

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

border-color css

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

 span { border-color: rgb(195,72,104); }

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