Html Css Color HEX #CA626C Cabaret

📋 copy color: '#CA626C'

red 202 ◦ green 98 ◦ blue 108

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

Shades of Cabaret #CA626C

Tints of Cabaret #CA626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 49.51%
G = 24.02%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA626C (or 0xCA626C) is known color: Cabaret. HEX triplet: CA, 62 and 6C. RGB value is (202,98,108). Sum of RGB (Red+Green+Blue) = 202+98+108=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626C is #359D93. Grayscale: #828282. Windows color (decimal): -3513748 or 7103178. OLE color: 7103178.

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

Color convert

RGB 202 98 108 -
CMYK 0 0.51 0.47 0.21
HSL 354.23º 0.5% 0.59% -
HSV(B) 354.23º 0.51% 0.79% -
XYZ 31.43 22.37 16.85 -
YUV 130.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 202 98 108 0 0.51 0.47 0.21 354.23 0.5 0.59
Hex CA 62 6C 0 33 2F 15 162 32 3B
Octal 312 142 154 0 63 57 25 542 62 73
Binary 11001010 1100010 1101100 0 110011 101111 10101 101100010 110010 111011

Color Harmonies of #CA626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA626C

Black with #CA626C

Text Example


Text Example

White with #CA626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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