Html Css Color HEX #C64369 Cabaret

📋 copy color: '#C64369'

red 198 ◦ green 67 ◦ blue 105

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

Shades of Cabaret #C64369

Tints of Cabaret #C64369

RGB

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

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

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

R = 53.51%
G = 18.11%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64369 (or 0xC64369) is known color: Cabaret. HEX triplet: C6, 43 and 69. RGB value is (198,67,105). Sum of RGB (Red+Green+Blue) = 198+67+105=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C64369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64369 is #39BC96. Grayscale: #6E6E6E. Windows color (decimal): -3783831 or 6898630. OLE color: 6898630.

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

Color convert

RGB 198 67 105 -
CMYK 0 0.66 0.47 0.22
HSL 342.6º 0.53% 0.52% -
HSV(B) 342.6º 0.66% 0.78% -
XYZ 27.85 17.04 15.19 -
YUV 110.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 198 67 105 0 0.66 0.47 0.22 342.6 0.53 0.52
Hex C6 43 69 0 42 2F 16 157 35 34
Octal 306 103 151 0 102 57 26 527 65 64
Binary 11000110 1000011 1101001 0 1000010 101111 10110 101010111 110101 110100

Color Harmonies of #C64369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64369

Black with #C64369

Text Example


Text Example

White with #C64369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64369; }

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

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

background-color css

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

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

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

border-color css

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

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

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