Html Css Color HEX #CB8382 Sea Pink

📋 copy color: '#CB8382'

red 203 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #CB8382

Tints of Sea Pink #CB8382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 43.75%
G = 28.23%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB8382 (or 0xCB8382) is known color: Sea Pink. HEX triplet: CB, 83 and 82. RGB value is (203,131,130). Sum of RGB (Red+Green+Blue) = 203+131+130=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8382 is #347C7D. Grayscale: #989898. Windows color (decimal): -3439742 or 8553419. OLE color: 8553419.

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

Color convert

RGB 203 131 130 -
CMYK 0 0.35 0.36 0.20
HSL 0.82º 0.41% 0.65% -
HSV(B) 0.82º 0.36% 0.8% -
XYZ 36.77 30.54 25.08 -
YUV 152.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 203 131 130 0 0.35 0.36 0.20 0.82 0.41 0.65
Hex CB 83 82 0 23 24 14 1 29 41
Octal 313 203 202 0 43 44 24 1 51 101
Binary 11001011 10000011 10000010 0 100011 100100 10100 1 101001 1000001

Color Harmonies of #CB8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8382

Black with #CB8382

Text Example


Text Example

White with #CB8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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