Html Css Color HEX #C06469 Cabaret

📋 copy color: '#C06469'

red 192 ◦ green 100 ◦ blue 105

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

Shades of Cabaret #C06469

Tints of Cabaret #C06469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 48.36%
G = 25.19%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C06469 (or 0xC06469) is known color: Cabaret. HEX triplet: C0, 64 and 69. RGB value is (192,100,105). Sum of RGB (Red+Green+Blue) = 192+100+105=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06469 is #3F9B96. Grayscale: #808080. Windows color (decimal): -4168599 or 6907072. OLE color: 6907072.

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

Color convert

RGB 192 100 105 -
CMYK 0 0.48 0.45 0.25
HSL 356.74º 0.42% 0.57% -
HSV(B) 356.74º 0.48% 0.75% -
XYZ 28.85 21.34 15.96 -
YUV 128.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 192 100 105 0 0.48 0.45 0.25 356.74 0.42 0.57
Hex C0 64 69 0 30 2D 19 165 2A 39
Octal 300 144 151 0 60 55 31 545 52 71
Binary 11000000 1100100 1101001 0 110000 101101 11001 101100101 101010 111001

Color Harmonies of #C06469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06469

Black with #C06469

Text Example


Text Example

White with #C06469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06469; }

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

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

background-color css

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

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

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

border-color css

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

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

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