Html Css Color HEX #C06470 Cabaret

📋 copy color: '#C06470'

red 192 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #C06470

Tints of Cabaret #C06470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 47.52%
G = 24.75%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06470 (or 0xC06470) is known color: Cabaret. HEX triplet: C0, 64 and 70. RGB value is (192,100,112). Sum of RGB (Red+Green+Blue) = 192+100+112=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06470 is #3F9B8F. Grayscale: #808080. Windows color (decimal): -4168592 or 7365824. OLE color: 7365824.

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

Color convert

RGB 192 100 112 -
CMYK 0 0.48 0.42 0.25
HSL 352.17º 0.42% 0.57% -
HSV(B) 352.17º 0.48% 0.75% -
XYZ 29.22 21.49 17.94 -
YUV 128.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 192 100 112 0 0.48 0.42 0.25 352.17 0.42 0.57
Hex C0 64 70 0 30 2A 19 160 2A 39
Octal 300 144 160 0 60 52 31 540 52 71
Binary 11000000 1100100 1110000 0 110000 101010 11001 101100000 101010 111001

Color Harmonies of #C06470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06470

Black with #C06470

Text Example


Text Example

White with #C06470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06470; }

 p { color: rgb(192,100,112); }

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

background-color css

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

 a { background-color: rgb(192,100,112); }

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

border-color css

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

 span { border-color: rgb(192,100,112); }

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