Html Css Color HEX #C34A66 Cabaret

📋 copy color: '#C34A66'

red 195 ◦ green 74 ◦ blue 102

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

Shades of Cabaret #C34A66

Tints of Cabaret #C34A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 52.56%
G = 19.95%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C34A66 (or 0xC34A66) is known color: Cabaret. HEX triplet: C3, 4A and 66. RGB value is (195,74,102). Sum of RGB (Red+Green+Blue) = 195+74+102=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A66 is #3CB599. Grayscale: #717171. Windows color (decimal): -3978650 or 6703811. OLE color: 6703811.

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

Color convert

RGB 195 74 102 -
CMYK 0 0.62 0.48 0.24
HSL 346.12º 0.5% 0.53% -
HSV(B) 346.12º 0.62% 0.76% -
XYZ 27.35 17.46 14.5 -
YUV 113.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 195 74 102 0 0.62 0.48 0.24 346.12 0.5 0.53
Hex C3 4A 66 0 3E 30 18 15A 32 35
Octal 303 112 146 0 76 60 30 532 62 65
Binary 11000011 1001010 1100110 0 111110 110000 11000 101011010 110010 110101

Color Harmonies of #C34A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A66

Black with #C34A66

Text Example


Text Example

White with #C34A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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