Html Css Color HEX #C66069 Cabaret

📋 copy color: '#C66069'

red 198 ◦ green 96 ◦ blue 105

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

Shades of Cabaret #C66069

Tints of Cabaret #C66069

RGB

 RED value IS 198 (77.73% from 255) = 49.62%

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

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

R = 49.62%
G = 24.06%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C66069 (or 0xC66069) is known color: Cabaret. HEX triplet: C6, 60 and 69. RGB value is (198,96,105). Sum of RGB (Red+Green+Blue) = 198+96+105=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66069 is #399F96. Grayscale: #7F7F7F. Windows color (decimal): -3776407 or 6906054. OLE color: 6906054.

HSL color Cylindrical-coordinate representation of color #C66069: hue angle of 354.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66069 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 105 -
CMYK 0 0.52 0.47 0.22
HSL 354.71º 0.47% 0.58% -
HSV(B) 354.71º 0.52% 0.78% -
XYZ 30.02 21.39 15.91 -
YUV 127.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 198 96 105 0 0.52 0.47 0.22 354.71 0.47 0.58
Hex C6 60 69 0 34 2F 16 163 2F 3A
Octal 306 140 151 0 64 57 26 543 57 72
Binary 11000110 1100000 1101001 0 110100 101111 10110 101100011 101111 111010

Color Harmonies of #C66069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66069

Black with #C66069

Text Example


Text Example

White with #C66069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66069; }

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

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

background-color css

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

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

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

border-color css

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

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

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