Html Css Color HEX #CB6682 Charm

📋 copy color: '#CB6682'

red 203 ◦ green 102 ◦ blue 130

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

Shades of Charm #CB6682

Tints of Charm #CB6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

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

R = 46.67%
G = 23.45%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB6682 (or 0xCB6682) is known color: Charm. HEX triplet: CB, 66 and 82. RGB value is (203,102,130). Sum of RGB (Red+Green+Blue) = 203+102+130=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6682 is #34997D. Grayscale: #878787. Windows color (decimal): -3447166 or 8545995. OLE color: 8545995.

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

Color convert

RGB 203 102 130 -
CMYK 0 0.50 0.36 0.20
HSL 343.37º 0.49% 0.6% -
HSV(B) 343.37º 0.5% 0.8% -
XYZ 33.41 23.81 23.95 -
YUV 135.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 203 102 130 0 0.50 0.36 0.20 343.37 0.49 0.6
Hex CB 66 82 0 32 24 14 157 31 3C
Octal 313 146 202 0 62 44 24 527 61 74
Binary 11001011 1100110 10000010 0 110010 100100 10100 101010111 110001 111100

Color Harmonies of #CB6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6682

Black with #CB6682

Text Example


Text Example

White with #CB6682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6682; }

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

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

background-color css

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

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

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

border-color css

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

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

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