Html Css Color HEX #CA5675 Cabaret

📋 copy color: '#CA5675'

red 202 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #CA5675

Tints of Cabaret #CA5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 49.88%
G = 21.23%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5675 (or 0xCA5675) is known color: Cabaret. HEX triplet: CA, 56 and 75. RGB value is (202,86,117). Sum of RGB (Red+Green+Blue) = 202+86+117=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5675 is #35A98A. Grayscale: #7C7C7C. Windows color (decimal): -3516811 or 7689930. OLE color: 7689930.

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

Color convert

RGB 202 86 117 -
CMYK 0 0.57 0.42 0.21
HSL 343.97º 0.52% 0.56% -
HSV(B) 343.97º 0.57% 0.79% -
XYZ 30.9 20.5 19.16 -
YUV 124.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 202 86 117 0 0.57 0.42 0.21 343.97 0.52 0.56
Hex CA 56 75 0 39 2A 15 158 34 38
Octal 312 126 165 0 71 52 25 530 64 70
Binary 11001010 1010110 1110101 0 111001 101010 10101 101011000 110100 111000

Color Harmonies of #CA5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5675

Black with #CA5675

Text Example


Text Example

White with #CA5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5675; }

 p { color: rgb(202,86,117); }

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

background-color css

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

 a { background-color: rgb(202,86,117); }

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

border-color css

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

 span { border-color: rgb(202,86,117); }

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