Html Css Color HEX #CA7B76 Sea Pink

📋 copy color: '#CA7B76'

red 202 ◦ green 123 ◦ blue 118

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

Shades of Sea Pink #CA7B76

Tints of Sea Pink #CA7B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 45.6%
G = 27.77%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7B76 (or 0xCA7B76) is known color: Sea Pink. HEX triplet: CA, 7B and 76. RGB value is (202,123,118). Sum of RGB (Red+Green+Blue) = 202+123+118=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B76 is #358489. Grayscale: #929292. Windows color (decimal): -3507338 or 7764938. OLE color: 7764938.

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

Color convert

RGB 202 123 118 -
CMYK 0 0.39 0.42 0.21
HSL 3.57º 0.44% 0.63% -
HSV(B) 3.57º 0.42% 0.79% -
XYZ 34.71 28.03 20.72 -
YUV 146.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 202 123 118 0 0.39 0.42 0.21 3.57 0.44 0.63
Hex CA 7B 76 0 27 2A 15 4 2C 3F
Octal 312 173 166 0 47 52 25 4 54 77
Binary 11001010 1111011 1110110 0 100111 101010 10101 100 101100 111111

Color Harmonies of #CA7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B76

Black with #CA7B76

Text Example


Text Example

White with #CA7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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