Html Css Color HEX #CA7F7B Sea Pink

📋 copy color: '#CA7F7B'

red 202 ◦ green 127 ◦ blue 123

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

Shades of Sea Pink #CA7F7B

Tints of Sea Pink #CA7F7B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 44.69%
G = 28.1%
B = 27.21%

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

#CA7F7B (or 0xCA7F7B) is known color: Sea Pink. HEX triplet: CA, 7F and 7B. RGB value is (202,127,123). Sum of RGB (Red+Green+Blue) = 202+127+123=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F7B is #358084. Grayscale: #959595. Windows color (decimal): -3506309 or 8093642. OLE color: 8093642.

HSL color Cylindrical-coordinate representation of color #CA7F7B: hue angle of 3.04º degrees, saturation: 0.43, 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 #CA7F7B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 123 -
CMYK 0 0.37 0.39 0.21
HSL 3.04º 0.43% 0.64% -
HSV(B) 3.04º 0.39% 0.79% -
XYZ 35.52 29.17 22.5 -
YUV 148.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 202 127 123 0 0.37 0.39 0.21 3.04 0.43 0.64
Hex CA 7F 7B 0 25 27 15 3 2B 40
Octal 312 177 173 0 45 47 25 3 53 100
Binary 11001010 1111111 1111011 0 100101 100111 10101 11 101011 1000000

Color Harmonies of #CA7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F7B

Black with #CA7F7B

Text Example


Text Example

White with #CA7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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