Html Css Color HEX #C74067 Cabaret

📋 copy color: '#C74067'

red 199 ◦ green 64 ◦ blue 103

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

Shades of Cabaret #C74067

Tints of Cabaret #C74067

RGB

 RED value IS 199 (78.13% from 255) = 54.37%

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

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

R = 54.37%
G = 17.49%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C74067 (or 0xC74067) is known color: Cabaret. HEX triplet: C7, 40 and 67. RGB value is (199,64,103). Sum of RGB (Red+Green+Blue) = 199+64+103=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C74067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74067 is #38BF98. Grayscale: #6C6C6C. Windows color (decimal): -3719065 or 6766791. OLE color: 6766791.

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

Color convert

RGB 199 64 103 -
CMYK 0 0.68 0.48 0.22
HSL 342.67º 0.55% 0.52% -
HSV(B) 342.67º 0.68% 0.78% -
XYZ 27.83 16.79 14.61 -
YUV 108.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 199 64 103 0 0.68 0.48 0.22 342.67 0.55 0.52
Hex C7 40 67 0 44 30 16 157 37 34
Octal 307 100 147 0 104 60 26 527 67 64
Binary 11000111 1000000 1100111 0 1000100 110000 10110 101010111 110111 110100

Color Harmonies of #C74067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74067

Black with #C74067

Text Example


Text Example

White with #C74067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74067; }

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

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

background-color css

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

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

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

border-color css

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

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

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