Html Css Color HEX #CA627B Cabaret

📋 copy color: '#CA627B'

red 202 ◦ green 98 ◦ blue 123

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

Shades of Cabaret #CA627B

Tints of Cabaret #CA627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 47.75%
G = 23.17%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA627B (or 0xCA627B) is known color: Cabaret. HEX triplet: CA, 62 and 7B. RGB value is (202,98,123). Sum of RGB (Red+Green+Blue) = 202+98+123=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA627B is #359D84. Grayscale: #838383. Windows color (decimal): -3513733 or 8086218. OLE color: 8086218.

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

Color convert

RGB 202 98 123 -
CMYK 0 0.51 0.39 0.21
HSL 345.58º 0.5% 0.59% -
HSV(B) 345.58º 0.51% 0.79% -
XYZ 32.3 22.72 21.42 -
YUV 131.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 202 98 123 0 0.51 0.39 0.21 345.58 0.5 0.59
Hex CA 62 7B 0 33 27 15 15A 32 3B
Octal 312 142 173 0 63 47 25 532 62 73
Binary 11001010 1100010 1111011 0 110011 100111 10101 101011010 110010 111011

Color Harmonies of #CA627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA627B

Black with #CA627B

Text Example


Text Example

White with #CA627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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