Html Css Color HEX #CA817E Sea Pink

📋 copy color: '#CA817E'

red 202 ◦ green 129 ◦ blue 126

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

Shades of Sea Pink #CA817E

Tints of Sea Pink #CA817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 44.2%
G = 28.23%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA817E (or 0xCA817E) is known color: Sea Pink. HEX triplet: CA, 81 and 7E. RGB value is (202,129,126). Sum of RGB (Red+Green+Blue) = 202+129+126=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817E is #357E81. Grayscale: #969696. Windows color (decimal): -3505794 or 8290762. OLE color: 8290762.

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

Color convert

RGB 202 129 126 -
CMYK 0 0.36 0.38 0.21
HSL 2.37º 0.42% 0.64% -
HSV(B) 2.37º 0.38% 0.79% -
XYZ 35.97 29.76 23.59 -
YUV 150.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 202 129 126 0 0.36 0.38 0.21 2.37 0.42 0.64
Hex CA 81 7E 0 24 26 15 2 2A 40
Octal 312 201 176 0 44 46 25 2 52 100
Binary 11001010 10000001 1111110 0 100100 100110 10101 10 101010 1000000

Color Harmonies of #CA817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA817E

Black with #CA817E

Text Example


Text Example

White with #CA817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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