Html Css Color HEX #CB7A8B Charm

📋 copy color: '#CB7A8B'

red 203 ◦ green 122 ◦ blue 139

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

Shades of Charm #CB7A8B

Tints of Charm #CB7A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.29%

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 43.75%
G = 26.29%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB7A8B (or 0xCB7A8B) is known color: Charm. HEX triplet: CB, 7A and 8B. RGB value is (203,122,139). Sum of RGB (Red+Green+Blue) = 203+122+139=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A8B is #348574. Grayscale: #949494. Windows color (decimal): -3442037 or 9140939. OLE color: 9140939.

HSL color Cylindrical-coordinate representation of color #CB7A8B: hue angle of 347.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7A8B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 139 -
CMYK 0 0.40 0.32 0.20
HSL 347.41º 0.44% 0.64% -
HSV(B) 347.41º 0.4% 0.8% -
XYZ 36.25 28.48 28.01 -
YUV 148.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 203 122 139 0 0.40 0.32 0.20 347.41 0.44 0.64
Hex CB 7A 8B 0 28 20 14 15B 2C 40
Octal 313 172 213 0 50 40 24 533 54 100
Binary 11001011 1111010 10001011 0 101000 100000 10100 101011011 101100 1000000

Color Harmonies of #CB7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A8B

Black with #CB7A8B

Text Example


Text Example

White with #CB7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A8B; }

 p { color: rgb(203,122,139); }

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

background-color css

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

 a { background-color: rgb(203,122,139); }

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

border-color css

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

 span { border-color: rgb(203,122,139); }

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