Html Css Color HEX #C35770 Cabaret

📋 copy color: '#C35770'

red 195 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #C35770

Tints of Cabaret #C35770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 49.49%
G = 22.08%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C35770 (or 0xC35770) is known color: Cabaret. HEX triplet: C3, 57 and 70. RGB value is (195,87,112). Sum of RGB (Red+Green+Blue) = 195+87+112=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35770 is #3CA88F. Grayscale: #7A7A7A. Windows color (decimal): -3975312 or 7362499. OLE color: 7362499.

HSL color Cylindrical-coordinate representation of color #C35770: hue angle of 346.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35770 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 112 -
CMYK 0 0.55 0.43 0.24
HSL 346.11º 0.47% 0.55% -
HSV(B) 346.11º 0.55% 0.76% -
XYZ 28.84 19.59 17.59 -
YUV 122.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 195 87 112 0 0.55 0.43 0.24 346.11 0.47 0.55
Hex C3 57 70 0 37 2B 18 15A 2F 37
Octal 303 127 160 0 67 53 30 532 57 67
Binary 11000011 1010111 1110000 0 110111 101011 11000 101011010 101111 110111

Color Harmonies of #C35770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35770

Black with #C35770

Text Example


Text Example

White with #C35770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35770; }

 p { color: rgb(195,87,112); }

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

background-color css

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

 a { background-color: rgb(195,87,112); }

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

border-color css

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

 span { border-color: rgb(195,87,112); }

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