Html Css Color HEX #CB7A78 Sea Pink

📋 copy color: '#CB7A78'

red 203 ◦ green 122 ◦ blue 120

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

Shades of Sea Pink #CB7A78

Tints of Sea Pink #CB7A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 45.62%
G = 27.42%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB7A78 (or 0xCB7A78) is known color: Sea Pink. HEX triplet: CB, 7A and 78. RGB value is (203,122,120). Sum of RGB (Red+Green+Blue) = 203+122+120=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A78 is #348587. Grayscale: #929292. Windows color (decimal): -3442056 or 7895755. OLE color: 7895755.

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

Color convert

RGB 203 122 120 -
CMYK 0 0.40 0.41 0.20
HSL 1.45º 0.44% 0.63% -
HSV(B) 1.45º 0.41% 0.8% -
XYZ 34.98 27.97 21.32 -
YUV 145.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 203 122 120 0 0.40 0.41 0.20 1.45 0.44 0.63
Hex CB 7A 78 0 28 29 14 1 2C 3F
Octal 313 172 170 0 50 51 24 1 54 77
Binary 11001011 1111010 1111000 0 101000 101001 10100 1 101100 111111

Color Harmonies of #CB7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A78

Black with #CB7A78

Text Example


Text Example

White with #CB7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A78; }

 p { color: rgb(203,122,120); }

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

background-color css

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

 a { background-color: rgb(203,122,120); }

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

border-color css

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

 span { border-color: rgb(203,122,120); }

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