Html Css Color HEX #CA7F7C Sea Pink

📋 copy color: '#CA7F7C'

red 202 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #CA7F7C

Tints of Sea Pink #CA7F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 44.59%
G = 28.04%
B = 27.37%

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

#CA7F7C (or 0xCA7F7C) is known color: Sea Pink. HEX triplet: CA, 7F and 7C. RGB value is (202,127,124). Sum of RGB (Red+Green+Blue) = 202+127+124=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F7C is #358083. Grayscale: #959595. Windows color (decimal): -3506308 or 8159178. OLE color: 8159178.

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

Color convert

RGB 202 127 124 -
CMYK 0 0.37 0.39 0.21
HSL 2.31º 0.42% 0.64% -
HSV(B) 2.31º 0.39% 0.79% -
XYZ 35.58 29.19 22.83 -
YUV 149.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 202 127 124 0 0.37 0.39 0.21 2.31 0.42 0.64
Hex CA 7F 7C 0 25 27 15 2 2A 40
Octal 312 177 174 0 45 47 25 2 52 100
Binary 11001010 1111111 1111100 0 100101 100111 10101 10 101010 1000000

Color Harmonies of #CA7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F7C

Black with #CA7F7C

Text Example


Text Example

White with #CA7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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