Html Css Color HEX #C34C69 Cabaret

📋 copy color: '#C34C69'

red 195 ◦ green 76 ◦ blue 105

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

Shades of Cabaret #C34C69

Tints of Cabaret #C34C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 51.86%
G = 20.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C34C69 (or 0xC34C69) is known color: Cabaret. HEX triplet: C3, 4C and 69. RGB value is (195,76,105). Sum of RGB (Red+Green+Blue) = 195+76+105=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C69 is #3CB396. Grayscale: #727272. Windows color (decimal): -3978135 or 6900931. OLE color: 6900931.

HSL color Cylindrical-coordinate representation of color #C34C69: hue angle of 345.38º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C69 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 105 -
CMYK 0 0.61 0.46 0.24
HSL 345.38º 0.5% 0.53% -
HSV(B) 345.38º 0.61% 0.76% -
XYZ 27.64 17.79 15.34 -
YUV 114.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 195 76 105 0 0.61 0.46 0.24 345.38 0.5 0.53
Hex C3 4C 69 0 3D 2E 18 159 32 35
Octal 303 114 151 0 75 56 30 531 62 65
Binary 11000011 1001100 1101001 0 111101 101110 11000 101011001 110010 110101

Color Harmonies of #C34C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C69

Black with #C34C69

Text Example


Text Example

White with #C34C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C69; }

 p { color: rgb(195,76,105); }

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

background-color css

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

 a { background-color: rgb(195,76,105); }

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

border-color css

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

 span { border-color: rgb(195,76,105); }

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