Html Css Color HEX #CB827F Sea Pink

📋 copy color: '#CB827F'

red 203 ◦ green 130 ◦ blue 127

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

Shades of Sea Pink #CB827F

Tints of Sea Pink #CB827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.61%

R = 44.13%
G = 28.26%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB827F (or 0xCB827F) is known color: Sea Pink. HEX triplet: CB, 82 and 7F. RGB value is (203,130,127). Sum of RGB (Red+Green+Blue) = 203+130+127=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB827F is #347D80. Grayscale: #979797. Windows color (decimal): -3440001 or 8356555. OLE color: 8356555.

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

Color convert

RGB 203 130 127 -
CMYK 0 0.36 0.37 0.20
HSL 2.37º 0.42% 0.65% -
HSV(B) 2.37º 0.37% 0.8% -
XYZ 36.44 30.19 23.99 -
YUV 151.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 203 130 127 0 0.36 0.37 0.20 2.37 0.42 0.65
Hex CB 82 7F 0 24 25 14 2 2A 41
Octal 313 202 177 0 44 45 24 2 52 101
Binary 11001011 10000010 1111111 0 100100 100101 10100 10 101010 1000001

Color Harmonies of #CB827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB827F

Black with #CB827F

Text Example


Text Example

White with #CB827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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