Html Css Color HEX #CA807A Sea Pink

📋 copy color: '#CA807A'

red 202 ◦ green 128 ◦ blue 122

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

Shades of Sea Pink #CA807A

Tints of Sea Pink #CA807A

RGB

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

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

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

R = 44.69%
G = 28.32%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA807A (or 0xCA807A) is known color: Sea Pink. HEX triplet: CA, 80 and 7A. RGB value is (202,128,122). Sum of RGB (Red+Green+Blue) = 202+128+122=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA807A is #357F85. Grayscale: #959595. Windows color (decimal): -3506054 or 8028362. OLE color: 8028362.

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

Color convert

RGB 202 128 122 -
CMYK 0 0.37 0.40 0.21
HSL 4.5º 0.43% 0.64% -
HSV(B) 4.5º 0.4% 0.79% -
XYZ 35.59 29.4 22.21 -
YUV 149.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 202 128 122 0 0.37 0.40 0.21 4.5 0.43 0.64
Hex CA 80 7A 0 25 28 15 4 2B 40
Octal 312 200 172 0 45 50 25 4 53 100
Binary 11001010 10000000 1111010 0 100101 101000 10101 100 101011 1000000

Color Harmonies of #CA807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA807A

Black with #CA807A

Text Example


Text Example

White with #CA807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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