Html Css Color HEX #CA817F Sea Pink

📋 copy color: '#CA817F'

red 202 ◦ green 129 ◦ blue 127

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

Shades of Sea Pink #CA817F

Tints of Sea Pink #CA817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 44.1%
G = 28.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA817F (or 0xCA817F) is known color: Sea Pink. HEX triplet: CA, 81 and 7F. RGB value is (202,129,127). Sum of RGB (Red+Green+Blue) = 202+129+127=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817F is #357E80. Grayscale: #969696. Windows color (decimal): -3505793 or 8356298. OLE color: 8356298.

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

Color convert

RGB 202 129 127 -
CMYK 0 0.36 0.37 0.21
HSL 1.6º 0.41% 0.65% -
HSV(B) 1.6º 0.37% 0.79% -
XYZ 36.04 29.79 23.93 -
YUV 150.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 202 129 127 0 0.36 0.37 0.21 1.6 0.41 0.65
Hex CA 81 7F 0 24 25 15 2 29 41
Octal 312 201 177 0 44 45 25 2 51 101
Binary 11001010 10000001 1111111 0 100100 100101 10101 10 101001 1000001

Color Harmonies of #CA817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA817F

Black with #CA817F

Text Example


Text Example

White with #CA817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA817F; }

 p { color: rgb(202,129,127); }

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

background-color css

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

 a { background-color: rgb(202,129,127); }

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

border-color css

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

 span { border-color: rgb(202,129,127); }

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