Html Css Color HEX #C64769 Cabaret

📋 copy color: '#C64769'

red 198 ◦ green 71 ◦ blue 105

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

Shades of Cabaret #C64769

Tints of Cabaret #C64769

RGB

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

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

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

R = 52.94%
G = 18.98%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64769 (or 0xC64769) is known color: Cabaret. HEX triplet: C6, 47 and 69. RGB value is (198,71,105). Sum of RGB (Red+Green+Blue) = 198+71+105=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C64769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64769 is #39B896. Grayscale: #707070. Windows color (decimal): -3782807 or 6899654. OLE color: 6899654.

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

Color convert

RGB 198 71 105 -
CMYK 0 0.64 0.47 0.22
HSL 343.94º 0.53% 0.53% -
HSV(B) 343.94º 0.64% 0.78% -
XYZ 28.09 17.53 15.27 -
YUV 112.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 198 71 105 0 0.64 0.47 0.22 343.94 0.53 0.53
Hex C6 47 69 0 40 2F 16 158 35 35
Octal 306 107 151 0 100 57 26 530 65 65
Binary 11000110 1000111 1101001 0 1000000 101111 10110 101011000 110101 110101

Color Harmonies of #C64769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64769

Black with #C64769

Text Example


Text Example

White with #C64769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64769; }

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

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

background-color css

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

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

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

border-color css

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

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

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