Html Css Color HEX #CA626F Cabaret

📋 copy color: '#CA626F'

red 202 ◦ green 98 ◦ blue 111

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

Shades of Cabaret #CA626F

Tints of Cabaret #CA626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 49.15%
G = 23.84%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA626F (or 0xCA626F) is known color: Cabaret. HEX triplet: CA, 62 and 6F. RGB value is (202,98,111). Sum of RGB (Red+Green+Blue) = 202+98+111=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626F is #359D90. Grayscale: #828282. Windows color (decimal): -3513745 or 7299786. OLE color: 7299786.

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

Color convert

RGB 202 98 111 -
CMYK 0 0.51 0.45 0.21
HSL 352.5º 0.5% 0.59% -
HSV(B) 352.5º 0.51% 0.79% -
XYZ 31.59 22.44 17.71 -
YUV 130.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 202 98 111 0 0.51 0.45 0.21 352.5 0.5 0.59
Hex CA 62 6F 0 33 2D 15 160 32 3B
Octal 312 142 157 0 63 55 25 540 62 73
Binary 11001010 1100010 1101111 0 110011 101101 10101 101100000 110010 111011

Color Harmonies of #CA626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA626F

Black with #CA626F

Text Example


Text Example

White with #CA626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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