Html Css Color HEX #CA4A6D Cabaret

📋 copy color: '#CA4A6D'

red 202 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #CA4A6D

Tints of Cabaret #CA4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 52.47%
G = 19.22%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA4A6D (or 0xCA4A6D) is known color: Cabaret. HEX triplet: CA, 4A and 6D. RGB value is (202,74,109). Sum of RGB (Red+Green+Blue) = 202+74+109=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A6D is #35B592. Grayscale: #747474. Windows color (decimal): -3519891 or 7162570. OLE color: 7162570.

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

Color convert

RGB 202 74 109 -
CMYK 0 0.63 0.46 0.21
HSL 343.59º 0.55% 0.54% -
HSV(B) 343.59º 0.63% 0.79% -
XYZ 29.57 18.56 16.49 -
YUV 116.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 202 74 109 0 0.63 0.46 0.21 343.59 0.55 0.54
Hex CA 4A 6D 0 3F 2E 15 158 37 36
Octal 312 112 155 0 77 56 25 530 67 66
Binary 11001010 1001010 1101101 0 111111 101110 10101 101011000 110111 110110

Color Harmonies of #CA4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A6D

Black with #CA4A6D

Text Example


Text Example

White with #CA4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A6D; }

 p { color: rgb(202,74,109); }

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

background-color css

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

 a { background-color: rgb(202,74,109); }

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

border-color css

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

 span { border-color: rgb(202,74,109); }

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