Html Css Color HEX #CB768D Charm

📋 copy color: '#CB768D'

red 203 ◦ green 118 ◦ blue 141

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

Shades of Charm #CB768D

Tints of Charm #CB768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 43.94%
G = 25.54%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB768D (or 0xCB768D) is known color: Charm. HEX triplet: CB, 76 and 8D. RGB value is (203,118,141). Sum of RGB (Red+Green+Blue) = 203+118+141=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768D is #348972. Grayscale: #929292. Windows color (decimal): -3443059 or 9270987. OLE color: 9270987.

HSL color Cylindrical-coordinate representation of color #CB768D: hue angle of 343.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB768D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 118 141 -
CMYK 0 0.42 0.31 0.20
HSL 343.76º 0.45% 0.63% -
HSV(B) 343.76º 0.42% 0.8% -
XYZ 35.91 27.58 28.63 -
YUV 146.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 203 118 141 0 0.42 0.31 0.20 343.76 0.45 0.63
Hex CB 76 8D 0 2A 1F 14 158 2D 3F
Octal 313 166 215 0 52 37 24 530 55 77
Binary 11001011 1110110 10001101 0 101010 11111 10100 101011000 101101 111111

Color Harmonies of #CB768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB768D

Black with #CB768D

Text Example


Text Example

White with #CB768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB768D; }

 p { color: rgb(203,118,141); }

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

background-color css

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

 a { background-color: rgb(203,118,141); }

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

border-color css

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

 span { border-color: rgb(203,118,141); }

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