Html Css Color HEX #CA6079 Cabaret

📋 copy color: '#CA6079'

red 202 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #CA6079

Tints of Cabaret #CA6079

RGB

 RED value IS 202 (79.3% from 255) = 48.21%

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

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 48.21%
G = 22.91%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA6079 (or 0xCA6079) is known color: Cabaret. HEX triplet: CA, 60 and 79. RGB value is (202,96,121). Sum of RGB (Red+Green+Blue) = 202+96+121=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6079 is #359F86. Grayscale: #828282. Windows color (decimal): -3514247 or 7954634. OLE color: 7954634.

HSL color Cylindrical-coordinate representation of color #CA6079: hue angle of 345.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6079 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 121 -
CMYK 0 0.52 0.40 0.21
HSL 345.85º 0.5% 0.58% -
HSV(B) 345.85º 0.52% 0.79% -
XYZ 31.99 22.3 20.71 -
YUV 130.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 202 96 121 0 0.52 0.40 0.21 345.85 0.5 0.58
Hex CA 60 79 0 34 28 15 15A 32 3A
Octal 312 140 171 0 64 50 25 532 62 72
Binary 11001010 1100000 1111001 0 110100 101000 10101 101011010 110010 111010

Color Harmonies of #CA6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6079

Black with #CA6079

Text Example


Text Example

White with #CA6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6079; }

 p { color: rgb(202,96,121); }

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

background-color css

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

 a { background-color: rgb(202,96,121); }

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

border-color css

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

 span { border-color: rgb(202,96,121); }

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