Html Css Color HEX #C64467 Cabaret

📋 copy color: '#C64467'

red 198 ◦ green 68 ◦ blue 103

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

Shades of Cabaret #C64467

Tints of Cabaret #C64467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

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

R = 53.66%
G = 18.43%
B = 27.91%

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

#C64467 (or 0xC64467) is known color: Cabaret. HEX triplet: C6, 44 and 67. RGB value is (198,68,103). Sum of RGB (Red+Green+Blue) = 198+68+103=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64467 is #39BB98. Grayscale: #6E6E6E. Windows color (decimal): -3783577 or 6767814. OLE color: 6767814.

HSL color Cylindrical-coordinate representation of color #C64467: hue angle of 343.85º 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 #C64467 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 103 -
CMYK 0 0.66 0.48 0.22
HSL 343.85º 0.53% 0.52% -
HSV(B) 343.85º 0.66% 0.78% -
XYZ 27.8 17.12 14.67 -
YUV 110.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 198 68 103 0 0.66 0.48 0.22 343.85 0.53 0.52
Hex C6 44 67 0 42 30 16 158 35 34
Octal 306 104 147 0 102 60 26 530 65 64
Binary 11000110 1000100 1100111 0 1000010 110000 10110 101011000 110101 110100

Color Harmonies of #C64467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64467

Black with #C64467

Text Example


Text Example

White with #C64467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64467; }

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

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

background-color css

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

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

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

border-color css

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

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

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