Html Css Color HEX #CB738D Charm

📋 copy color: '#CB738D'

red 203 ◦ green 115 ◦ blue 141

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

Shades of Charm #CB738D

Tints of Charm #CB738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 44.23%
G = 25.05%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB738D (or 0xCB738D) is known color: Charm. HEX triplet: CB, 73 and 8D. RGB value is (203,115,141). Sum of RGB (Red+Green+Blue) = 203+115+141=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738D is #348C72. Grayscale: #909090. Windows color (decimal): -3443827 or 9270219. OLE color: 9270219.

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

Color convert

RGB 203 115 141 -
CMYK 0 0.43 0.31 0.20
HSL 342.27º 0.46% 0.62% -
HSV(B) 342.27º 0.43% 0.8% -
XYZ 35.57 26.88 28.51 -
YUV 144.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 203 115 141 0 0.43 0.31 0.20 342.27 0.46 0.62
Hex CB 73 8D 0 2B 1F 14 156 2E 3E
Octal 313 163 215 0 53 37 24 526 56 76
Binary 11001011 1110011 10001101 0 101011 11111 10100 101010110 101110 111110

Color Harmonies of #CB738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB738D

Black with #CB738D

Text Example


Text Example

White with #CB738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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