Html Css Color HEX #CA636A Cabaret

📋 copy color: '#CA636A'

red 202 ◦ green 99 ◦ blue 106

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

Shades of Cabaret #CA636A

Tints of Cabaret #CA636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 49.63%
G = 24.32%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA636A (or 0xCA636A) is known color: Cabaret. HEX triplet: CA, 63 and 6A. RGB value is (202,99,106). Sum of RGB (Red+Green+Blue) = 202+99+106=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA636A is #359C95. Grayscale: #828282. Windows color (decimal): -3513494 or 6972362. OLE color: 6972362.

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

Color convert

RGB 202 99 106 -
CMYK 0 0.51 0.48 0.21
HSL 355.92º 0.49% 0.59% -
HSV(B) 355.92º 0.51% 0.79% -
XYZ 31.42 22.52 16.33 -
YUV 130.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 202 99 106 0 0.51 0.48 0.21 355.92 0.49 0.59
Hex CA 63 6A 0 33 30 15 164 31 3B
Octal 312 143 152 0 63 60 25 544 61 73
Binary 11001010 1100011 1101010 0 110011 110000 10101 101100100 110001 111011

Color Harmonies of #CA636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA636A

Black with #CA636A

Text Example


Text Example

White with #CA636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA636A; }

 p { color: rgb(202,99,106); }

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

background-color css

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

 a { background-color: rgb(202,99,106); }

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

border-color css

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

 span { border-color: rgb(202,99,106); }

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