Html Css Color HEX #C34A6A Cabaret

📋 copy color: '#C34A6A'

red 195 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #C34A6A

Tints of Cabaret #C34A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 52%
G = 19.73%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C34A6A (or 0xC34A6A) is known color: Cabaret. HEX triplet: C3, 4A and 6A. RGB value is (195,74,106). Sum of RGB (Red+Green+Blue) = 195+74+106=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A6A is #3CB595. Grayscale: #717171. Windows color (decimal): -3978646 or 6965955. OLE color: 6965955.

HSL color Cylindrical-coordinate representation of color #C34A6A: hue angle of 344.13º 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 #C34A6A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 106 -
CMYK 0 0.62 0.46 0.24
HSL 344.13º 0.5% 0.53% -
HSV(B) 344.13º 0.62% 0.76% -
XYZ 27.56 17.54 15.57 -
YUV 113.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 195 74 106 0 0.62 0.46 0.24 344.13 0.5 0.53
Hex C3 4A 6A 0 3E 2E 18 158 32 35
Octal 303 112 152 0 76 56 30 530 62 65
Binary 11000011 1001010 1101010 0 111110 101110 11000 101011000 110010 110101

Color Harmonies of #C34A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A6A

Black with #C34A6A

Text Example


Text Example

White with #C34A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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