Html Css Color HEX #C64767 Cabaret

📋 copy color: '#C64767'

red 198 ◦ green 71 ◦ blue 103

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

Shades of Cabaret #C64767

Tints of Cabaret #C64767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 53.23%
G = 19.09%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C64767 (or 0xC64767) is known color: Cabaret. HEX triplet: C6, 47 and 67. RGB value is (198,71,103). Sum of RGB (Red+Green+Blue) = 198+71+103=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64767 is #39B898. Grayscale: #707070. Windows color (decimal): -3782809 or 6768582. OLE color: 6768582.

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

Color convert

RGB 198 71 103 -
CMYK 0 0.64 0.48 0.22
HSL 344.88º 0.53% 0.53% -
HSV(B) 344.88º 0.64% 0.78% -
XYZ 27.99 17.49 14.73 -
YUV 112.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 198 71 103 0 0.64 0.48 0.22 344.88 0.53 0.53
Hex C6 47 67 0 40 30 16 159 35 35
Octal 306 107 147 0 100 60 26 531 65 65
Binary 11000110 1000111 1100111 0 1000000 110000 10110 101011001 110101 110101

Color Harmonies of #C64767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64767

Black with #C64767

Text Example


Text Example

White with #C64767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64767; }

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

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

background-color css

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

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

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

border-color css

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

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

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