Html Css Color HEX #CA446D Cabaret

📋 copy color: '#CA446D'

red 202 ◦ green 68 ◦ blue 109

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

Shades of Cabaret #CA446D

Tints of Cabaret #CA446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 53.3%
G = 17.94%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA446D (or 0xCA446D) is known color: Cabaret. HEX triplet: CA, 44 and 6D. RGB value is (202,68,109). Sum of RGB (Red+Green+Blue) = 202+68+109=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA446D is #35BB92. Grayscale: #707070. Windows color (decimal): -3521427 or 7161034. OLE color: 7161034.

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

Color convert

RGB 202 68 109 -
CMYK 0 0.66 0.46 0.21
HSL 341.64º 0.56% 0.53% -
HSV(B) 341.64º 0.66% 0.79% -
XYZ 29.18 17.79 16.36 -
YUV 112.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 202 68 109 0 0.66 0.46 0.21 341.64 0.56 0.53
Hex CA 44 6D 0 42 2E 15 156 38 35
Octal 312 104 155 0 102 56 25 526 70 65
Binary 11001010 1000100 1101101 0 1000010 101110 10101 101010110 111000 110101

Color Harmonies of #CA446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA446D

Black with #CA446D

Text Example


Text Example

White with #CA446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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