Html Css Color HEX #CB8384 Charm

📋 copy color: '#CB8384'

red 203 ◦ green 131 ◦ blue 132

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

Shades of Charm #CB8384

Tints of Charm #CB8384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 43.56%
G = 28.11%
B = 28.33%

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

#CB8384 (or 0xCB8384) is known color: Charm. HEX triplet: CB, 83 and 84. RGB value is (203,131,132). Sum of RGB (Red+Green+Blue) = 203+131+132=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8384 is #347C7B. Grayscale: #989898. Windows color (decimal): -3439740 or 8684491. OLE color: 8684491.

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

Color convert

RGB 203 131 132 -
CMYK 0 0.35 0.35 0.20
HSL 359.17º 0.41% 0.65% -
HSV(B) 359.17º 0.35% 0.8% -
XYZ 36.91 30.6 25.79 -
YUV 152.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 203 131 132 0 0.35 0.35 0.20 359.17 0.41 0.65
Hex CB 83 84 0 23 23 14 167 29 41
Octal 313 203 204 0 43 43 24 547 51 101
Binary 11001011 10000011 10000100 0 100011 100011 10100 101100111 101001 1000001

Color Harmonies of #CB8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8384

Black with #CB8384

Text Example


Text Example

White with #CB8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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