Html Css Color HEX #CA4A6B Cabaret

📋 copy color: '#CA4A6B'

red 202 ◦ green 74 ◦ blue 107

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

Shades of Cabaret #CA4A6B

Tints of Cabaret #CA4A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 52.74%
G = 19.32%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA4A6B (or 0xCA4A6B) is known color: Cabaret. HEX triplet: CA, 4A and 6B. RGB value is (202,74,107). Sum of RGB (Red+Green+Blue) = 202+74+107=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A6B is #35B594. Grayscale: #747474. Windows color (decimal): -3519893 or 7031498. OLE color: 7031498.

HSL color Cylindrical-coordinate representation of color #CA4A6B: hue angle of 344.53º 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 #CA4A6B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 74 107 -
CMYK 0 0.63 0.47 0.21
HSL 344.53º 0.55% 0.54% -
HSV(B) 344.53º 0.63% 0.79% -
XYZ 29.46 18.52 15.93 -
YUV 116.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 202 74 107 0 0.63 0.47 0.21 344.53 0.55 0.54
Hex CA 4A 6B 0 3F 2F 15 159 37 36
Octal 312 112 153 0 77 57 25 531 67 66
Binary 11001010 1001010 1101011 0 111111 101111 10101 101011001 110111 110110

Color Harmonies of #CA4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A6B

Black with #CA4A6B

Text Example


Text Example

White with #CA4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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