Html Css Color HEX #CA426D Cabaret

📋 copy color: '#CA426D'

red 202 ◦ green 66 ◦ blue 109

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

Shades of Cabaret #CA426D

Tints of Cabaret #CA426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 53.58%
G = 17.51%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA426D (or 0xCA426D) is known color: Cabaret. HEX triplet: CA, 42 and 6D. RGB value is (202,66,109). Sum of RGB (Red+Green+Blue) = 202+66+109=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA426D is #35BD92. Grayscale: #6F6F6F. Windows color (decimal): -3521939 or 7160522. OLE color: 7160522.

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

Color convert

RGB 202 66 109 -
CMYK 0 0.67 0.46 0.21
HSL 341.03º 0.56% 0.53% -
HSV(B) 341.03º 0.67% 0.79% -
XYZ 29.07 17.56 16.32 -
YUV 111.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 202 66 109 0 0.67 0.46 0.21 341.03 0.56 0.53
Hex CA 42 6D 0 43 2E 15 155 38 35
Octal 312 102 155 0 103 56 25 525 70 65
Binary 11001010 1000010 1101101 0 1000011 101110 10101 101010101 111000 110101

Color Harmonies of #CA426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA426D

Black with #CA426D

Text Example


Text Example

White with #CA426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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