Html Css Color HEX #C35875 Cabaret

📋 copy color: '#C35875'

red 195 ◦ green 88 ◦ blue 117

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

Shades of Cabaret #C35875

Tints of Cabaret #C35875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 48.75%
G = 22%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C35875 (or 0xC35875) is known color: Cabaret. HEX triplet: C3, 58 and 75. RGB value is (195,88,117). Sum of RGB (Red+Green+Blue) = 195+88+117=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C35875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35875 is #3CA78A. Grayscale: #7B7B7B. Windows color (decimal): -3975051 or 7690435. OLE color: 7690435.

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

Color convert

RGB 195 88 117 -
CMYK 0 0.55 0.4 0.24
HSL 343.74º 0.47% 0.55% -
HSV(B) 343.74º 0.55% 0.76% -
XYZ 29.21 19.87 19.12 -
YUV 123.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 195 88 117 0 0.55 0.4 0.24 343.74 0.47 0.55
Hex C3 58 75 0 37 28 18 158 2F 37
Octal 303 130 165 0 67 50 30 530 57 67
Binary 11000011 1011000 1110101 0 110111 101000 11000 101011000 101111 110111

Color Harmonies of #C35875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35875

Black with #C35875

Text Example


Text Example

White with #C35875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35875; }

 p { color: rgb(195,88,117); }

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

background-color css

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

 a { background-color: rgb(195,88,117); }

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

border-color css

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

 span { border-color: rgb(195,88,117); }

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