Html Css Color HEX #CA807C Sea Pink

📋 copy color: '#CA807C'

red 202 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #CA807C

Tints of Sea Pink #CA807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 44.49%
G = 28.19%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA807C (or 0xCA807C) is known color: Sea Pink. HEX triplet: CA, 80 and 7C. RGB value is (202,128,124). Sum of RGB (Red+Green+Blue) = 202+128+124=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA807C is #357F83. Grayscale: #959595. Windows color (decimal): -3506052 or 8159434. OLE color: 8159434.

HSL color Cylindrical-coordinate representation of color #CA807C: hue angle of 3.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA807C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 124 -
CMYK 0 0.37 0.39 0.21
HSL 3.08º 0.42% 0.64% -
HSV(B) 3.08º 0.39% 0.79% -
XYZ 35.71 29.45 22.87 -
YUV 149.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 202 128 124 0 0.37 0.39 0.21 3.08 0.42 0.64
Hex CA 80 7C 0 25 27 15 3 2A 40
Octal 312 200 174 0 45 47 25 3 52 100
Binary 11001010 10000000 1111100 0 100101 100111 10101 11 101010 1000000

Color Harmonies of #CA807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA807C

Black with #CA807C

Text Example


Text Example

White with #CA807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA807C; }

 p { color: rgb(202,128,124); }

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

background-color css

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

 a { background-color: rgb(202,128,124); }

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

border-color css

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

 span { border-color: rgb(202,128,124); }

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