Html Css Color HEX #C34B6B Cabaret

📋 copy color: '#C34B6B'

red 195 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #C34B6B

Tints of Cabaret #C34B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 51.72%
G = 19.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C34B6B (or 0xC34B6B) is known color: Cabaret. HEX triplet: C3, 4B and 6B. RGB value is (195,75,107). Sum of RGB (Red+Green+Blue) = 195+75+107=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B6B is #3CB494. Grayscale: #727272. Windows color (decimal): -3978389 or 7031747. OLE color: 7031747.

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

Color convert

RGB 195 75 107 -
CMYK 0 0.62 0.45 0.24
HSL 344º 0.5% 0.53% -
HSV(B) 344º 0.62% 0.76% -
XYZ 27.68 17.7 15.87 -
YUV 114.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 195 75 107 0 0.62 0.45 0.24 344 0.5 0.53
Hex C3 4B 6B 0 3E 2D 18 158 32 35
Octal 303 113 153 0 76 55 30 530 62 65
Binary 11000011 1001011 1101011 0 111110 101101 11000 101011000 110010 110101

Color Harmonies of #C34B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B6B

Black with #C34B6B

Text Example


Text Example

White with #C34B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B6B; }

 p { color: rgb(195,75,107); }

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

background-color css

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

 a { background-color: rgb(195,75,107); }

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

border-color css

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

 span { border-color: rgb(195,75,107); }

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