Html Css Color HEX #C06270 Cabaret

📋 copy color: '#C06270'

red 192 ◦ green 98 ◦ blue 112

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

Shades of Cabaret #C06270

Tints of Cabaret #C06270

RGB

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

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

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

R = 47.76%
G = 24.38%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06270 (or 0xC06270) is known color: Cabaret. HEX triplet: C0, 62 and 70. RGB value is (192,98,112). Sum of RGB (Red+Green+Blue) = 192+98+112=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06270 is #3F9D8F. Grayscale: #7F7F7F. Windows color (decimal): -4169104 or 7365312. OLE color: 7365312.

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

Color convert

RGB 192 98 112 -
CMYK 0 0.49 0.42 0.25
HSL 351.06º 0.43% 0.57% -
HSV(B) 351.06º 0.49% 0.75% -
XYZ 29.03 21.11 17.87 -
YUV 127.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 192 98 112 0 0.49 0.42 0.25 351.06 0.43 0.57
Hex C0 62 70 0 31 2A 19 15F 2B 39
Octal 300 142 160 0 61 52 31 537 53 71
Binary 11000000 1100010 1110000 0 110001 101010 11001 101011111 101011 111001

Color Harmonies of #C06270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06270

Black with #C06270

Text Example


Text Example

White with #C06270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06270; }

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

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

background-color css

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

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

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

border-color css

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

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

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