Html Css Color HEX #C0606B Cabaret

📋 copy color: '#C0606B'

red 192 ◦ green 96 ◦ blue 107

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

Shades of Cabaret #C0606B

Tints of Cabaret #C0606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 48.61%
G = 24.3%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0606B (or 0xC0606B) is known color: Cabaret. HEX triplet: C0, 60 and 6B. RGB value is (192,96,107). Sum of RGB (Red+Green+Blue) = 192+96+107=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0606B is #3F9F94. Grayscale: #7E7E7E. Windows color (decimal): -4169621 or 7037120. OLE color: 7037120.

HSL color Cylindrical-coordinate representation of color #C0606B: hue angle of 353.12º 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 #C0606B is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 107 -
CMYK 0 0.50 0.44 0.25
HSL 353.13º 0.43% 0.56% -
HSV(B) 353.13º 0.5% 0.75% -
XYZ 28.57 20.63 16.39 -
YUV 125.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 192 96 107 0 0.50 0.44 0.25 353.13 0.43 0.56
Hex C0 60 6B 0 32 2C 19 161 2B 38
Octal 300 140 153 0 62 54 31 541 53 70
Binary 11000000 1100000 1101011 0 110010 101100 11001 101100001 101011 111000

Color Harmonies of #C0606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0606B

Black with #C0606B

Text Example


Text Example

White with #C0606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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