Html Css Color HEX #C06275 Cabaret

📋 copy color: '#C06275'

red 192 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #C06275

Tints of Cabaret #C06275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 47.17%
G = 24.08%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06275 (or 0xC06275) is known color: Cabaret. HEX triplet: C0, 62 and 75. RGB value is (192,98,117). Sum of RGB (Red+Green+Blue) = 192+98+117=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06275 is #3F9D8A. Grayscale: #808080. Windows color (decimal): -4169099 or 7692992. OLE color: 7692992.

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

Color convert

RGB 192 98 117 -
CMYK 0 0.49 0.39 0.25
HSL 347.87º 0.43% 0.57% -
HSV(B) 347.87º 0.49% 0.75% -
XYZ 29.32 21.23 19.38 -
YUV 128.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 192 98 117 0 0.49 0.39 0.25 347.87 0.43 0.57
Hex C0 62 75 0 31 27 19 15C 2B 39
Octal 300 142 165 0 61 47 31 534 53 71
Binary 11000000 1100010 1110101 0 110001 100111 11001 101011100 101011 111001

Color Harmonies of #C06275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06275

Black with #C06275

Text Example


Text Example

White with #C06275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06275; }

 p { color: rgb(192,98,117); }

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

background-color css

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

 a { background-color: rgb(192,98,117); }

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

border-color css

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

 span { border-color: rgb(192,98,117); }

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