Html Css Color HEX #CA5069 Cabaret

📋 copy color: '#CA5069'

red 202 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #CA5069

Tints of Cabaret #CA5069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 52.2%
G = 20.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA5069 (or 0xCA5069) is known color: Cabaret. HEX triplet: CA, 50 and 69. RGB value is (202,80,105). Sum of RGB (Red+Green+Blue) = 202+80+105=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5069 is #35AF96. Grayscale: #777777. Windows color (decimal): -3518359 or 6901962. OLE color: 6901962.

HSL color Cylindrical-coordinate representation of color #CA5069: hue angle of 347.7º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5069 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 105 -
CMYK 0 0.60 0.48 0.21
HSL 347.7º 0.54% 0.55% -
HSV(B) 347.7º 0.6% 0.79% -
XYZ 29.78 19.31 15.52 -
YUV 119.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 202 80 105 0 0.60 0.48 0.21 347.7 0.54 0.55
Hex CA 50 69 0 3C 30 15 15C 36 37
Octal 312 120 151 0 74 60 25 534 66 67
Binary 11001010 1010000 1101001 0 111100 110000 10101 101011100 110110 110111

Color Harmonies of #CA5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5069

Black with #CA5069

Text Example


Text Example

White with #CA5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5069; }

 p { color: rgb(202,80,105); }

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

background-color css

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

 a { background-color: rgb(202,80,105); }

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

border-color css

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

 span { border-color: rgb(202,80,105); }

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