Html Css Color HEX #CB7E76 Sea Pink

📋 copy color: '#CB7E76'

red 203 ◦ green 126 ◦ blue 118

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

Shades of Sea Pink #CB7E76

Tints of Sea Pink #CB7E76

RGB

 RED value IS 203 (79.69% from 255) = 45.41%

 GREEN value IS 126 (49.61% from 255) = 28.19%

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

R = 45.41%
G = 28.19%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB7E76 (or 0xCB7E76) is known color: Sea Pink. HEX triplet: CB, 7E and 76. RGB value is (203,126,118). Sum of RGB (Red+Green+Blue) = 203+126+118=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E76 is #348189. Grayscale: #949494. Windows color (decimal): -3441034 or 7765707. OLE color: 7765707.

HSL color Cylindrical-coordinate representation of color #CB7E76: hue angle of 5.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7E76 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 118 -
CMYK 0 0.38 0.42 0.20
HSL 5.65º 0.45% 0.63% -
HSV(B) 5.65º 0.42% 0.8% -
XYZ 35.36 28.93 20.86 -
YUV 148.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 203 126 118 0 0.38 0.42 0.20 5.65 0.45 0.63
Hex CB 7E 76 0 26 2A 14 6 2D 3F
Octal 313 176 166 0 46 52 24 6 55 77
Binary 11001011 1111110 1110110 0 100110 101010 10100 110 101101 111111

Color Harmonies of #CB7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E76

Black with #CB7E76

Text Example


Text Example

White with #CB7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E76; }

 p { color: rgb(203,126,118); }

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

background-color css

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

 a { background-color: rgb(203,126,118); }

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

border-color css

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

 span { border-color: rgb(203,126,118); }

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