Html Css Color HEX #C3666A Cabaret

📋 copy color: '#C3666A'

red 195 ◦ green 102 ◦ blue 106

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

Shades of Cabaret #C3666A

Tints of Cabaret #C3666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 48.39%
G = 25.31%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3666A (or 0xC3666A) is known color: Cabaret. HEX triplet: C3, 66 and 6A. RGB value is (195,102,106). Sum of RGB (Red+Green+Blue) = 195+102+106=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3666A is #3C9995. Grayscale: #828282. Windows color (decimal): -3971478 or 6973123. OLE color: 6973123.

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

Color convert

RGB 195 102 106 -
CMYK 0 0.48 0.46 0.24
HSL 357.42º 0.44% 0.58% -
HSV(B) 357.42º 0.48% 0.76% -
XYZ 29.86 22.15 16.34 -
YUV 130.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 195 102 106 0 0.48 0.46 0.24 357.42 0.44 0.58
Hex C3 66 6A 0 30 2E 18 165 2C 3A
Octal 303 146 152 0 60 56 30 545 54 72
Binary 11000011 1100110 1101010 0 110000 101110 11000 101100101 101100 111010

Color Harmonies of #C3666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3666A

Black with #C3666A

Text Example


Text Example

White with #C3666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3666A; }

 p { color: rgb(195,102,106); }

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

background-color css

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

 a { background-color: rgb(195,102,106); }

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

border-color css

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

 span { border-color: rgb(195,102,106); }

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