Html Css Color HEX #CB8289 Charm

📋 copy color: '#CB8289'

red 203 ◦ green 130 ◦ blue 137

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

Shades of Charm #CB8289

Tints of Charm #CB8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.15%

R = 43.19%
G = 27.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8289 (or 0xCB8289) is known color: Charm. HEX triplet: CB, 82 and 89. RGB value is (203,130,137). Sum of RGB (Red+Green+Blue) = 203+130+137=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8289 is #347D76. Grayscale: #989898. Windows color (decimal): -3439991 or 9011915. OLE color: 9011915.

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

Color convert

RGB 203 130 137 -
CMYK 0 0.36 0.33 0.20
HSL 354.25º 0.41% 0.65% -
HSV(B) 354.25º 0.36% 0.8% -
XYZ 37.13 30.47 27.59 -
YUV 152.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 203 130 137 0 0.36 0.33 0.20 354.25 0.41 0.65
Hex CB 82 89 0 24 21 14 162 29 41
Octal 313 202 211 0 44 41 24 542 51 101
Binary 11001011 10000010 10001001 0 100100 100001 10100 101100010 101001 1000001

Color Harmonies of #CB8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8289

Black with #CB8289

Text Example


Text Example

White with #CB8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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