Html Css Color HEX #CB6983 Charm

📋 copy color: '#CB6983'

red 203 ◦ green 105 ◦ blue 131

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

Shades of Charm #CB6983

Tints of Charm #CB6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 46.24%
G = 23.92%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB6983 (or 0xCB6983) is known color: Charm. HEX triplet: CB, 69 and 83. RGB value is (203,105,131). Sum of RGB (Red+Green+Blue) = 203+105+131=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6983 is #34967C. Grayscale: #898989. Windows color (decimal): -3446397 or 8612299. OLE color: 8612299.

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

Color convert

RGB 203 105 131 -
CMYK 0 0.48 0.35 0.20
HSL 344.08º 0.49% 0.6% -
HSV(B) 344.08º 0.48% 0.8% -
XYZ 33.78 24.44 24.41 -
YUV 137.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 203 105 131 0 0.48 0.35 0.20 344.08 0.49 0.6
Hex CB 69 83 0 30 23 14 158 31 3C
Octal 313 151 203 0 60 43 24 530 61 74
Binary 11001011 1101001 10000011 0 110000 100011 10100 101011000 110001 111100

Color Harmonies of #CB6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6983

Black with #CB6983

Text Example


Text Example

White with #CB6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6983; }

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

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

background-color css

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

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

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

border-color css

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

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

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