Html Css Color HEX #C64367 Cabaret

📋 copy color: '#C64367'

red 198 ◦ green 67 ◦ blue 103

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

Shades of Cabaret #C64367

Tints of Cabaret #C64367

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 53.8%
G = 18.21%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C64367 (or 0xC64367) is known color: Cabaret. HEX triplet: C6, 43 and 67. RGB value is (198,67,103). Sum of RGB (Red+Green+Blue) = 198+67+103=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64367 is #39BC98. Grayscale: #6E6E6E. Windows color (decimal): -3783833 or 6767558. OLE color: 6767558.

HSL color Cylindrical-coordinate representation of color #C64367: hue angle of 343.51º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64367 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 103 -
CMYK 0 0.66 0.48 0.22
HSL 343.51º 0.53% 0.52% -
HSV(B) 343.51º 0.66% 0.78% -
XYZ 27.74 17 14.65 -
YUV 110.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 198 67 103 0 0.66 0.48 0.22 343.51 0.53 0.52
Hex C6 43 67 0 42 30 16 158 35 34
Octal 306 103 147 0 102 60 26 530 65 64
Binary 11000110 1000011 1100111 0 1000010 110000 10110 101011000 110101 110100

Color Harmonies of #C64367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64367

Black with #C64367

Text Example


Text Example

White with #C64367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64367; }

 p { color: rgb(198,67,103); }

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

background-color css

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

 a { background-color: rgb(198,67,103); }

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

border-color css

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

 span { border-color: rgb(198,67,103); }

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