Html Css Color HEX #C64669 Cabaret

📋 copy color: '#C64669'

red 198 ◦ green 70 ◦ blue 105

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

Shades of Cabaret #C64669

Tints of Cabaret #C64669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 53.08%
G = 18.77%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64669 (or 0xC64669) is known color: Cabaret. HEX triplet: C6, 46 and 69. RGB value is (198,70,105). Sum of RGB (Red+Green+Blue) = 198+70+105=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C64669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64669 is #39B996. Grayscale: #707070. Windows color (decimal): -3783063 or 6899398. OLE color: 6899398.

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

Color convert

RGB 198 70 105 -
CMYK 0 0.65 0.47 0.22
HSL 343.59º 0.53% 0.53% -
HSV(B) 343.59º 0.65% 0.78% -
XYZ 28.03 17.41 15.25 -
YUV 112.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 198 70 105 0 0.65 0.47 0.22 343.59 0.53 0.53
Hex C6 46 69 0 41 2F 16 158 35 35
Octal 306 106 151 0 101 57 26 530 65 65
Binary 11000110 1000110 1101001 0 1000001 101111 10110 101011000 110101 110101

Color Harmonies of #C64669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64669

Black with #C64669

Text Example


Text Example

White with #C64669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64669; }

 p { color: rgb(198,70,105); }

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

background-color css

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

 a { background-color: rgb(198,70,105); }

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

border-color css

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

 span { border-color: rgb(198,70,105); }

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