Html Css Color HEX #CB6E7A Charm

📋 copy color: '#CB6E7A'

red 203 ◦ green 110 ◦ blue 122

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

Shades of Charm #CB6E7A

Tints of Charm #CB6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 46.67%
G = 25.29%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB6E7A (or 0xCB6E7A) is known color: Charm. HEX triplet: CB, 6E and 7A. RGB value is (203,110,122). Sum of RGB (Red+Green+Blue) = 203+110+122=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E7A is #349185. Grayscale: #8B8B8B. Windows color (decimal): -3445126 or 8023755. OLE color: 8023755.

HSL color Cylindrical-coordinate representation of color #CB6E7A: hue angle of 352.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6E7A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 122 -
CMYK 0 0.46 0.40 0.20
HSL 352.26º 0.47% 0.61% -
HSV(B) 352.26º 0.46% 0.8% -
XYZ 33.72 25.25 21.51 -
YUV 139.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 203 110 122 0 0.46 0.40 0.20 352.26 0.47 0.61
Hex CB 6E 7A 0 2E 28 14 160 2F 3D
Octal 313 156 172 0 56 50 24 540 57 75
Binary 11001011 1101110 1111010 0 101110 101000 10100 101100000 101111 111101

Color Harmonies of #CB6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E7A

Black with #CB6E7A

Text Example


Text Example

White with #CB6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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