Html Css Color HEX #CB8282 Sea Pink

📋 copy color: '#CB8282'

red 203 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #CB8282

Tints of Sea Pink #CB8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 43.84%
G = 28.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB8282 (or 0xCB8282) is known color: Sea Pink. HEX triplet: CB, 82 and 82. RGB value is (203,130,130). Sum of RGB (Red+Green+Blue) = 203+130+130=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8282 is #347D7D. Grayscale: #979797. Windows color (decimal): -3439998 or 8553163. OLE color: 8553163.

HSL color Cylindrical-coordinate representation of color #CB8282: 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.36%. Process color model (Four color, CMYK) of #CB8282 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 130 -
CMYK 0 0.36 0.36 0.20
HSL 0.41% 0.65% -
HSV(B) 0.36% 0.8% -
XYZ 36.64 30.27 25.03 -
YUV 151.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 203 130 130 0 0.36 0.36 0.20 0 0.41 0.65
Hex CB 82 82 0 24 24 14 0 29 41
Octal 313 202 202 0 44 44 24 0 51 101
Binary 11001011 10000010 10000010 0 100100 100100 10100 0 101001 1000001

Color Harmonies of #CB8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8282

Black with #CB8282

Text Example


Text Example

White with #CB8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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