Html Css Color HEX #C44067 Cabaret

📋 copy color: '#C44067'

red 196 ◦ green 64 ◦ blue 103

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

Shades of Cabaret #C44067

Tints of Cabaret #C44067

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

 GREEN value IS 64 (25.39% from 255) = 17.63%

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

R = 53.99%
G = 17.63%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C44067 (or 0xC44067) is known color: Cabaret. HEX triplet: C4, 40 and 67. RGB value is (196,64,103). Sum of RGB (Red+Green+Blue) = 196+64+103=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44067 is #3BBF98. Grayscale: #6B6B6B. Windows color (decimal): -3915673 or 6766788. OLE color: 6766788.

HSL color Cylindrical-coordinate representation of color #C44067: hue angle of 342.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44067 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 103 -
CMYK 0 0.67 0.47 0.23
HSL 342.27º 0.53% 0.51% -
HSV(B) 342.27º 0.67% 0.77% -
XYZ 27.05 16.38 14.57 -
YUV 107.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 196 64 103 0 0.67 0.47 0.23 342.27 0.53 0.51
Hex C4 40 67 0 43 2F 17 156 35 33
Octal 304 100 147 0 103 57 27 526 65 63
Binary 11000100 1000000 1100111 0 1000011 101111 10111 101010110 110101 110011

Color Harmonies of #C44067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44067

Black with #C44067

Text Example


Text Example

White with #C44067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44067; }

 p { color: rgb(196,64,103); }

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

background-color css

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

 a { background-color: rgb(196,64,103); }

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

border-color css

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

 span { border-color: rgb(196,64,103); }

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