Html Css Color HEX #CB6982 Charm

📋 copy color: '#CB6982'

red 203 ◦ green 105 ◦ blue 130

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

Shades of Charm #CB6982

Tints of Charm #CB6982

RGB

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

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

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

R = 46.35%
G = 23.97%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB6982 (or 0xCB6982) is known color: Charm. HEX triplet: CB, 69 and 82. RGB value is (203,105,130). Sum of RGB (Red+Green+Blue) = 203+105+130=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6982 is #34967D. Grayscale: #898989. Windows color (decimal): -3446398 or 8546763. OLE color: 8546763.

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

Color convert

RGB 203 105 130 -
CMYK 0 0.48 0.36 0.20
HSL 344.69º 0.49% 0.6% -
HSV(B) 344.69º 0.48% 0.8% -
XYZ 33.71 24.41 24.05 -
YUV 137.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 203 105 130 0 0.48 0.36 0.20 344.69 0.49 0.6
Hex CB 69 82 0 30 24 14 159 31 3C
Octal 313 151 202 0 60 44 24 531 61 74
Binary 11001011 1101001 10000010 0 110000 100100 10100 101011001 110001 111100

Color Harmonies of #CB6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6982

Black with #CB6982

Text Example


Text Example

White with #CB6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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