Html Css Color HEX #CB7F7A Sea Pink

📋 copy color: '#CB7F7A'

red 203 ◦ green 127 ◦ blue 122

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

Shades of Sea Pink #CB7F7A

Tints of Sea Pink #CB7F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 44.91%
G = 28.1%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB7F7A (or 0xCB7F7A) is known color: Sea Pink. HEX triplet: CB, 7F and 7A. RGB value is (203,127,122). Sum of RGB (Red+Green+Blue) = 203+127+122=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F7A is #348085. Grayscale: #959595. Windows color (decimal): -3440774 or 8028107. OLE color: 8028107.

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

Color convert

RGB 203 127 122 -
CMYK 0 0.37 0.40 0.20
HSL 3.7º 0.44% 0.64% -
HSV(B) 3.7º 0.4% 0.8% -
XYZ 35.73 29.28 22.18 -
YUV 149.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 203 127 122 0 0.37 0.40 0.20 3.7 0.44 0.64
Hex CB 7F 7A 0 25 28 14 4 2C 40
Octal 313 177 172 0 45 50 24 4 54 100
Binary 11001011 1111111 1111010 0 100101 101000 10100 100 101100 1000000

Color Harmonies of #CB7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F7A

Black with #CB7F7A

Text Example


Text Example

White with #CB7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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