Html Css Color HEX #C34966 Cabaret

📋 copy color: '#C34966'

red 195 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #C34966

Tints of Cabaret #C34966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 52.7%
G = 19.73%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C34966 (or 0xC34966) is known color: Cabaret. HEX triplet: C3, 49 and 66. RGB value is (195,73,102). Sum of RGB (Red+Green+Blue) = 195+73+102=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C34966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34966 is #3CB699. Grayscale: #707070. Windows color (decimal): -3978906 or 6703555. OLE color: 6703555.

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

Color convert

RGB 195 73 102 -
CMYK 0 0.63 0.48 0.24
HSL 345.74º 0.5% 0.53% -
HSV(B) 345.74º 0.63% 0.76% -
XYZ 27.29 17.33 14.48 -
YUV 112.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 195 73 102 0 0.63 0.48 0.24 345.74 0.5 0.53
Hex C3 49 66 0 3F 30 18 15A 32 35
Octal 303 111 146 0 77 60 30 532 62 65
Binary 11000011 1001001 1100110 0 111111 110000 11000 101011010 110010 110101

Color Harmonies of #C34966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34966

Black with #C34966

Text Example


Text Example

White with #C34966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34966; }

 p { color: rgb(195,73,102); }

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

background-color css

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

 a { background-color: rgb(195,73,102); }

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

border-color css

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

 span { border-color: rgb(195,73,102); }

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