Html Css Color HEX #C0606A Cabaret

📋 copy color: '#C0606A'

red 192 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #C0606A

Tints of Cabaret #C0606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 48.73%
G = 24.37%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0606A (or 0xC0606A) is known color: Cabaret. HEX triplet: C0, 60 and 6A. RGB value is (192,96,106). Sum of RGB (Red+Green+Blue) = 192+96+106=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0606A is #3F9F95. Grayscale: #7D7D7D. Windows color (decimal): -4169622 or 6971584. OLE color: 6971584.

HSL color Cylindrical-coordinate representation of color #C0606A: hue angle of 353.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0606A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 106 -
CMYK 0 0.50 0.45 0.25
HSL 353.75º 0.43% 0.56% -
HSV(B) 353.75º 0.5% 0.75% -
XYZ 28.52 20.61 16.11 -
YUV 125.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 192 96 106 0 0.50 0.45 0.25 353.75 0.43 0.56
Hex C0 60 6A 0 32 2D 19 162 2B 38
Octal 300 140 152 0 62 55 31 542 53 70
Binary 11000000 1100000 1101010 0 110010 101101 11001 101100010 101011 111000

Color Harmonies of #C0606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0606A

Black with #C0606A

Text Example


Text Example

White with #C0606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0606A; }

 p { color: rgb(192,96,106); }

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

background-color css

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

 a { background-color: rgb(192,96,106); }

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

border-color css

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

 span { border-color: rgb(192,96,106); }

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