Html Css Color HEX #CA817D Sea Pink

📋 copy color: '#CA817D'

red 202 ◦ green 129 ◦ blue 125

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

Shades of Sea Pink #CA817D

Tints of Sea Pink #CA817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 44.3%
G = 28.29%
B = 27.41%

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

#CA817D (or 0xCA817D) is known color: Sea Pink. HEX triplet: CA, 81 and 7D. RGB value is (202,129,125). Sum of RGB (Red+Green+Blue) = 202+129+125=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817D is #357E82. Grayscale: #969696. Windows color (decimal): -3505795 or 8225226. OLE color: 8225226.

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

Color convert

RGB 202 129 125 -
CMYK 0 0.36 0.38 0.21
HSL 3.12º 0.42% 0.64% -
HSV(B) 3.12º 0.38% 0.79% -
XYZ 35.91 29.74 23.25 -
YUV 150.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 202 129 125 0 0.36 0.38 0.21 3.12 0.42 0.64
Hex CA 81 7D 0 24 26 15 3 2A 40
Octal 312 201 175 0 44 46 25 3 52 100
Binary 11001010 10000001 1111101 0 100100 100110 10101 11 101010 1000000

Color Harmonies of #CA817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA817D

Black with #CA817D

Text Example


Text Example

White with #CA817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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