Html Css Color HEX #C06674 Cabaret

📋 copy color: '#C06674'

red 192 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #C06674

Tints of Cabaret #C06674

RGB

 RED value IS 192 (75.39% from 255) = 46.83%

 GREEN value IS 102 (40.23% from 255) = 24.88%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 46.83%
G = 24.88%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06674 (or 0xC06674) is known color: Cabaret. HEX triplet: C0, 66 and 74. RGB value is (192,102,116). Sum of RGB (Red+Green+Blue) = 192+102+116=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06674 is #3F998B. Grayscale: #828282. Windows color (decimal): -4168076 or 7628480. OLE color: 7628480.

HSL color Cylindrical-coordinate representation of color #C06674: hue angle of 350.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06674 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 116 -
CMYK 0 0.47 0.40 0.25
HSL 350.67º 0.42% 0.58% -
HSV(B) 350.67º 0.47% 0.75% -
XYZ 29.64 21.97 19.2 -
YUV 130.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 192 102 116 0 0.47 0.40 0.25 350.67 0.42 0.58
Hex C0 66 74 0 2F 28 19 15F 2A 3A
Octal 300 146 164 0 57 50 31 537 52 72
Binary 11000000 1100110 1110100 0 101111 101000 11001 101011111 101010 111010

Color Harmonies of #C06674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06674

Black with #C06674

Text Example


Text Example

White with #C06674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06674; }

 p { color: rgb(192,102,116); }

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

background-color css

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

 a { background-color: rgb(192,102,116); }

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

border-color css

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

 span { border-color: rgb(192,102,116); }

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