Html Css Color HEX #CB8383 Sea Pink

📋 copy color: '#CB8383'

red 203 ◦ green 131 ◦ blue 131

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

Shades of Sea Pink #CB8383

Tints of Sea Pink #CB8383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 43.66%
G = 28.17%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB8383 (or 0xCB8383) is known color: Sea Pink. HEX triplet: CB, 83 and 83. RGB value is (203,131,131). Sum of RGB (Red+Green+Blue) = 203+131+131=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8383 is #347C7C. Grayscale: #989898. Windows color (decimal): -3439741 or 8618955. OLE color: 8618955.

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

Color convert

RGB 203 131 131 -
CMYK 0 0.35 0.35 0.20
HSL 0.41% 0.65% -
HSV(B) 0.35% 0.8% -
XYZ 36.84 30.57 25.43 -
YUV 152.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 203 131 131 0 0.35 0.35 0.20 0 0.41 0.65
Hex CB 83 83 0 23 23 14 0 29 41
Octal 313 203 203 0 43 43 24 0 51 101
Binary 11001011 10000011 10000011 0 100011 100011 10100 0 101001 1000001

Color Harmonies of #CB8383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8383

Black with #CB8383

Text Example


Text Example

White with #CB8383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8383; }

 p { color: rgb(203,131,131); }

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

background-color css

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

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

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

border-color css

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

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

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