Html Css Color HEX #CA626E Cabaret

📋 copy color: '#CA626E'

red 202 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #CA626E

Tints of Cabaret #CA626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 49.27%
G = 23.9%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA626E (or 0xCA626E) is known color: Cabaret. HEX triplet: CA, 62 and 6E. RGB value is (202,98,110). Sum of RGB (Red+Green+Blue) = 202+98+110=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626E is #359D91. Grayscale: #828282. Windows color (decimal): -3513746 or 7234250. OLE color: 7234250.

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

Color convert

RGB 202 98 110 -
CMYK 0 0.51 0.46 0.21
HSL 353.08º 0.5% 0.59% -
HSV(B) 353.08º 0.51% 0.79% -
XYZ 31.54 22.42 17.42 -
YUV 130.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 202 98 110 0 0.51 0.46 0.21 353.08 0.5 0.59
Hex CA 62 6E 0 33 2E 15 161 32 3B
Octal 312 142 156 0 63 56 25 541 62 73
Binary 11001010 1100010 1101110 0 110011 101110 10101 101100001 110010 111011

Color Harmonies of #CA626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA626E

Black with #CA626E

Text Example


Text Example

White with #CA626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA626E; }

 p { color: rgb(202,98,110); }

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

background-color css

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

 a { background-color: rgb(202,98,110); }

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

border-color css

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

 span { border-color: rgb(202,98,110); }

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