Html Css Color HEX #CA7F7E Sea Pink

📋 copy color: '#CA7F7E'

red 202 ◦ green 127 ◦ blue 126

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

Shades of Sea Pink #CA7F7E

Tints of Sea Pink #CA7F7E

RGB

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

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

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

R = 44.4%
G = 27.91%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA7F7E (or 0xCA7F7E) is known color: Sea Pink. HEX triplet: CA, 7F and 7E. RGB value is (202,127,126). Sum of RGB (Red+Green+Blue) = 202+127+126=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F7E is #358081. Grayscale: #959595. Windows color (decimal): -3506306 or 8290250. OLE color: 8290250.

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

Color convert

RGB 202 127 126 -
CMYK 0 0.37 0.38 0.21
HSL 0.79º 0.42% 0.64% -
HSV(B) 0.79º 0.38% 0.79% -
XYZ 35.71 29.24 23.5 -
YUV 149.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 202 127 126 0 0.37 0.38 0.21 0.79 0.42 0.64
Hex CA 7F 7E 0 25 26 15 1 2A 40
Octal 312 177 176 0 45 46 25 1 52 100
Binary 11001010 1111111 1111110 0 100101 100110 10101 1 101010 1000000

Color Harmonies of #CA7F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F7E

Black with #CA7F7E

Text Example


Text Example

White with #CA7F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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