Html Css Color HEX #CB7B75 Sea Pink

📋 copy color: '#CB7B75'

red 203 ◦ green 123 ◦ blue 117

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

Shades of Sea Pink #CB7B75

Tints of Sea Pink #CB7B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 45.82%
G = 27.77%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB7B75 (or 0xCB7B75) is known color: Sea Pink. HEX triplet: CB, 7B and 75. RGB value is (203,123,117). Sum of RGB (Red+Green+Blue) = 203+123+117=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B75 is #34848A. Grayscale: #929292. Windows color (decimal): -3441803 or 7699403. OLE color: 7699403.

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

Color convert

RGB 203 123 117 -
CMYK 0 0.39 0.42 0.20
HSL 4.19º 0.45% 0.63% -
HSV(B) 4.19º 0.42% 0.8% -
XYZ 34.92 28.15 20.42 -
YUV 146.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 203 123 117 0 0.39 0.42 0.20 4.19 0.45 0.63
Hex CB 7B 75 0 27 2A 14 4 2D 3F
Octal 313 173 165 0 47 52 24 4 55 77
Binary 11001011 1111011 1110101 0 100111 101010 10100 100 101101 111111

Color Harmonies of #CB7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B75

Black with #CB7B75

Text Example


Text Example

White with #CB7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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