Html Css Color HEX #CA4070 Cabaret

📋 copy color: '#CA4070'

red 202 ◦ green 64 ◦ blue 112

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

Shades of Cabaret #CA4070

Tints of Cabaret #CA4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 53.44%
G = 16.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA4070 (or 0xCA4070) is known color: Cabaret. HEX triplet: CA, 40 and 70. RGB value is (202,64,112). Sum of RGB (Red+Green+Blue) = 202+64+112=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4070 is #35BF8F. Grayscale: #6E6E6E. Windows color (decimal): -3522448 or 7356618. OLE color: 7356618.

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

Color convert

RGB 202 64 112 -
CMYK 0 0.68 0.45 0.21
HSL 339.13º 0.57% 0.52% -
HSV(B) 339.13º 0.68% 0.79% -
XYZ 29.12 17.39 17.15 -
YUV 110.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 202 64 112 0 0.68 0.45 0.21 339.13 0.57 0.52
Hex CA 40 70 0 44 2D 15 153 39 34
Octal 312 100 160 0 104 55 25 523 71 64
Binary 11001010 1000000 1110000 0 1000100 101101 10101 101010011 111001 110100

Color Harmonies of #CA4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4070

Black with #CA4070

Text Example


Text Example

White with #CA4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4070; }

 p { color: rgb(202,64,112); }

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

background-color css

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

 a { background-color: rgb(202,64,112); }

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

border-color css

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

 span { border-color: rgb(202,64,112); }

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