Html Css Color HEX #CB7B78 Sea Pink

📋 copy color: '#CB7B78'

red 203 ◦ green 123 ◦ blue 120

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

Shades of Sea Pink #CB7B78

Tints of Sea Pink #CB7B78

RGB

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

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

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

R = 45.52%
G = 27.58%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB7B78 (or 0xCB7B78) is known color: Sea Pink. HEX triplet: CB, 7B and 78. RGB value is (203,123,120). Sum of RGB (Red+Green+Blue) = 203+123+120=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B78 is #348487. Grayscale: #929292. Windows color (decimal): -3441800 or 7896011. OLE color: 7896011.

HSL color Cylindrical-coordinate representation of color #CB7B78: hue angle of 2.17º 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 #CB7B78 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 123 120 -
CMYK 0 0.39 0.41 0.20
HSL 2.17º 0.44% 0.63% -
HSV(B) 2.17º 0.41% 0.8% -
XYZ 35.1 28.22 21.37 -
YUV 146.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 203 123 120 0 0.39 0.41 0.20 2.17 0.44 0.63
Hex CB 7B 78 0 27 29 14 2 2C 3F
Octal 313 173 170 0 47 51 24 2 54 77
Binary 11001011 1111011 1111000 0 100111 101001 10100 10 101100 111111

Color Harmonies of #CB7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B78

Black with #CB7B78

Text Example


Text Example

White with #CB7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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