Html Css Color HEX #CB6778 Charm

📋 copy color: '#CB6778'

red 203 ◦ green 103 ◦ blue 120

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

Shades of Charm #CB6778

Tints of Charm #CB6778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 47.65%
G = 24.18%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6778 (or 0xCB6778) is known color: Charm. HEX triplet: CB, 67 and 78. RGB value is (203,103,120). Sum of RGB (Red+Green+Blue) = 203+103+120=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6778 is #349887. Grayscale: #868686. Windows color (decimal): -3446920 or 7890891. OLE color: 7890891.

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

Color convert

RGB 203 103 120 -
CMYK 0 0.49 0.41 0.20
HSL 349.8º 0.49% 0.6% -
HSV(B) 349.8º 0.49% 0.8% -
XYZ 32.87 23.75 20.62 -
YUV 134.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 203 103 120 0 0.49 0.41 0.20 349.8 0.49 0.6
Hex CB 67 78 0 31 29 14 15E 31 3C
Octal 313 147 170 0 61 51 24 536 61 74
Binary 11001011 1100111 1111000 0 110001 101001 10100 101011110 110001 111100

Color Harmonies of #CB6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6778

Black with #CB6778

Text Example


Text Example

White with #CB6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6778; }

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

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

background-color css

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

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

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

border-color css

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

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

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