Html Css Color HEX #C3607A Cabaret

📋 copy color: '#C3607A'

red 195 ◦ green 96 ◦ blue 122

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

Shades of Cabaret #C3607A

Tints of Cabaret #C3607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 47.22%
G = 23.24%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3607A (or 0xC3607A) is known color: Cabaret. HEX triplet: C3, 60 and 7A. RGB value is (195,96,122). Sum of RGB (Red+Green+Blue) = 195+96+122=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607A is #3C9F85. Grayscale: #808080. Windows color (decimal): -3972998 or 8020163. OLE color: 8020163.

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

Color convert

RGB 195 96 122 -
CMYK 0 0.51 0.37 0.24
HSL 344.24º 0.45% 0.57% -
HSV(B) 344.24º 0.51% 0.76% -
XYZ 30.2 21.37 20.95 -
YUV 128.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 195 96 122 0 0.51 0.37 0.24 344.24 0.45 0.57
Hex C3 60 7A 0 33 25 18 158 2D 39
Octal 303 140 172 0 63 45 30 530 55 71
Binary 11000011 1100000 1111010 0 110011 100101 11000 101011000 101101 111001

Color Harmonies of #C3607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3607A

Black with #C3607A

Text Example


Text Example

White with #C3607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3607A; }

 p { color: rgb(195,96,122); }

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

background-color css

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

 a { background-color: rgb(195,96,122); }

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

border-color css

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

 span { border-color: rgb(195,96,122); }

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