Html Css Color HEX #C06770 Cabaret

📋 copy color: '#C06770'

red 192 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #C06770

Tints of Cabaret #C06770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 47.17%
G = 25.31%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06770 (or 0xC06770) is known color: Cabaret. HEX triplet: C0, 67 and 70. RGB value is (192,103,112). Sum of RGB (Red+Green+Blue) = 192+103+112=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06770 is #3F988F. Grayscale: #828282. Windows color (decimal): -4167824 or 7366592. OLE color: 7366592.

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

Color convert

RGB 192 103 112 -
CMYK 0 0.46 0.42 0.25
HSL 353.93º 0.41% 0.58% -
HSV(B) 353.93º 0.46% 0.75% -
XYZ 29.51 22.08 18.03 -
YUV 130.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 192 103 112 0 0.46 0.42 0.25 353.93 0.41 0.58
Hex C0 67 70 0 2E 2A 19 162 29 3A
Octal 300 147 160 0 56 52 31 542 51 72
Binary 11000000 1100111 1110000 0 101110 101010 11001 101100010 101001 111010

Color Harmonies of #C06770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06770

Black with #C06770

Text Example


Text Example

White with #C06770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06770; }

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

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

background-color css

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

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

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

border-color css

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

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

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