Html Css Color HEX #CB6782 Charm

📋 copy color: '#CB6782'

red 203 ◦ green 103 ◦ blue 130

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

Shades of Charm #CB6782

Tints of Charm #CB6782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 46.56%
G = 23.62%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB6782 (or 0xCB6782) is known color: Charm. HEX triplet: CB, 67 and 82. RGB value is (203,103,130). Sum of RGB (Red+Green+Blue) = 203+103+130=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6782 is #34987D. Grayscale: #878787. Windows color (decimal): -3446910 or 8546251. OLE color: 8546251.

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

Color convert

RGB 203 103 130 -
CMYK 0 0.49 0.36 0.20
HSL 343.8º 0.49% 0.6% -
HSV(B) 343.8º 0.49% 0.8% -
XYZ 33.51 24.01 23.99 -
YUV 135.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 203 103 130 0 0.49 0.36 0.20 343.8 0.49 0.6
Hex CB 67 82 0 31 24 14 158 31 3C
Octal 313 147 202 0 61 44 24 530 61 74
Binary 11001011 1100111 10000010 0 110001 100100 10100 101011000 110001 111100

Color Harmonies of #CB6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6782

Black with #CB6782

Text Example


Text Example

White with #CB6782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6782; }

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

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

background-color css

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

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

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

border-color css

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

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

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