Html Css Color HEX #CA627A Cabaret

📋 copy color: '#CA627A'

red 202 ◦ green 98 ◦ blue 122

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

Shades of Cabaret #CA627A

Tints of Cabaret #CA627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 47.87%
G = 23.22%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA627A (or 0xCA627A) is known color: Cabaret. HEX triplet: CA, 62 and 7A. RGB value is (202,98,122). Sum of RGB (Red+Green+Blue) = 202+98+122=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA627A is #359D85. Grayscale: #838383. Windows color (decimal): -3513734 or 8020682. OLE color: 8020682.

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

Color convert

RGB 202 98 122 -
CMYK 0 0.51 0.40 0.21
HSL 346.15º 0.5% 0.59% -
HSV(B) 346.15º 0.51% 0.79% -
XYZ 32.24 22.7 21.09 -
YUV 131.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 202 98 122 0 0.51 0.40 0.21 346.15 0.5 0.59
Hex CA 62 7A 0 33 28 15 15A 32 3B
Octal 312 142 172 0 63 50 25 532 62 73
Binary 11001010 1100010 1111010 0 110011 101000 10101 101011010 110010 111011

Color Harmonies of #CA627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA627A

Black with #CA627A

Text Example


Text Example

White with #CA627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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