Html Css Color HEX #C35268 Cabaret

📋 copy color: '#C35268'

red 195 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #C35268

Tints of Cabaret #C35268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.52%

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

R = 51.18%
G = 21.52%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C35268 (or 0xC35268) is known color: Cabaret. HEX triplet: C3, 52 and 68. RGB value is (195,82,104). Sum of RGB (Red+Green+Blue) = 195+82+104=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C35268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35268 is #3CAD97. Grayscale: #767676. Windows color (decimal): -3976600 or 6836931. OLE color: 6836931.

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

Color convert

RGB 195 82 104 -
CMYK 0 0.58 0.47 0.24
HSL 348.32º 0.48% 0.54% -
HSV(B) 348.32º 0.58% 0.76% -
XYZ 28.02 18.64 15.22 -
YUV 118.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 195 82 104 0 0.58 0.47 0.24 348.32 0.48 0.54
Hex C3 52 68 0 3A 2F 18 15C 30 36
Octal 303 122 150 0 72 57 30 534 60 66
Binary 11000011 1010010 1101000 0 111010 101111 11000 101011100 110000 110110

Color Harmonies of #C35268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35268

Black with #C35268

Text Example


Text Example

White with #C35268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35268; }

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

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

background-color css

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

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

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

border-color css

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

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

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