Html Css Color HEX #C06069 Cabaret

📋 copy color: '#C06069'

red 192 ◦ green 96 ◦ blue 105

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

Shades of Cabaret #C06069

Tints of Cabaret #C06069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 48.85%
G = 24.43%
B = 26.72%

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

#C06069 (or 0xC06069) is known color: Cabaret. HEX triplet: C0, 60 and 69. RGB value is (192,96,105). Sum of RGB (Red+Green+Blue) = 192+96+105=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06069 is #3F9F96. Grayscale: #7D7D7D. Windows color (decimal): -4169623 or 6906048. OLE color: 6906048.

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

Color convert

RGB 192 96 105 -
CMYK 0 0.50 0.45 0.25
HSL 354.38º 0.43% 0.56% -
HSV(B) 354.38º 0.5% 0.75% -
XYZ 28.47 20.59 15.84 -
YUV 125.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 192 96 105 0 0.50 0.45 0.25 354.38 0.43 0.56
Hex C0 60 69 0 32 2D 19 162 2B 38
Octal 300 140 151 0 62 55 31 542 53 70
Binary 11000000 1100000 1101001 0 110010 101101 11001 101100010 101011 111000

Color Harmonies of #C06069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06069

Black with #C06069

Text Example


Text Example

White with #C06069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06069; }

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

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

background-color css

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

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

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

border-color css

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

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

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