Html Css Color HEX #C35F68 Cabaret

📋 copy color: '#C35F68'

red 195 ◦ green 95 ◦ blue 104

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

Shades of Cabaret #C35F68

Tints of Cabaret #C35F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 49.49%
G = 24.11%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C35F68 (or 0xC35F68) is known color: Cabaret. HEX triplet: C3, 5F and 68. RGB value is (195,95,104). Sum of RGB (Red+Green+Blue) = 195+95+104=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F68 is #3CA097. Grayscale: #7D7D7D. Windows color (decimal): -3973272 or 6840259. OLE color: 6840259.

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

Color convert

RGB 195 95 104 -
CMYK 0 0.51 0.47 0.24
HSL 354.6º 0.45% 0.57% -
HSV(B) 354.6º 0.51% 0.76% -
XYZ 29.1 20.79 15.58 -
YUV 125.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 195 95 104 0 0.51 0.47 0.24 354.6 0.45 0.57
Hex C3 5F 68 0 33 2F 18 163 2D 39
Octal 303 137 150 0 63 57 30 543 55 71
Binary 11000011 1011111 1101000 0 110011 101111 11000 101100011 101101 111001

Color Harmonies of #C35F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F68

Black with #C35F68

Text Example


Text Example

White with #C35F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F68; }

 p { color: rgb(195,95,104); }

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

background-color css

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

 a { background-color: rgb(195,95,104); }

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

border-color css

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

 span { border-color: rgb(195,95,104); }

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