Html Css Color HEX #C34F6D Cabaret

📋 copy color: '#C34F6D'

red 195 ◦ green 79 ◦ blue 109

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

Shades of Cabaret #C34F6D

Tints of Cabaret #C34F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 50.91%
G = 20.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C34F6D (or 0xC34F6D) is known color: Cabaret. HEX triplet: C3, 4F and 6D. RGB value is (195,79,109). Sum of RGB (Red+Green+Blue) = 195+79+109=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F6D is #3CB092. Grayscale: #757575. Windows color (decimal): -3977363 or 7163843. OLE color: 7163843.

HSL color Cylindrical-coordinate representation of color #C34F6D: hue angle of 344.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F6D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 109 -
CMYK 0 0.59 0.44 0.24
HSL 344.48º 0.49% 0.54% -
HSV(B) 344.48º 0.59% 0.76% -
XYZ 28.06 18.3 16.52 -
YUV 117.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 195 79 109 0 0.59 0.44 0.24 344.48 0.49 0.54
Hex C3 4F 6D 0 3B 2C 18 158 31 36
Octal 303 117 155 0 73 54 30 530 61 66
Binary 11000011 1001111 1101101 0 111011 101100 11000 101011000 110001 110110

Color Harmonies of #C34F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F6D

Black with #C34F6D

Text Example


Text Example

White with #C34F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F6D; }

 p { color: rgb(195,79,109); }

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

background-color css

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

 a { background-color: rgb(195,79,109); }

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

border-color css

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

 span { border-color: rgb(195,79,109); }

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