Html Css Color HEX #CB738B Charm

📋 copy color: '#CB738B'

red 203 ◦ green 115 ◦ blue 139

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

Shades of Charm #CB738B

Tints of Charm #CB738B

RGB

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

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

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

R = 44.42%
G = 25.16%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB738B (or 0xCB738B) is known color: Charm. HEX triplet: CB, 73 and 8B. RGB value is (203,115,139). Sum of RGB (Red+Green+Blue) = 203+115+139=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738B is #348C74. Grayscale: #909090. Windows color (decimal): -3443829 or 9139147. OLE color: 9139147.

HSL color Cylindrical-coordinate representation of color #CB738B: hue angle of 343.64º 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 #CB738B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 139 -
CMYK 0 0.43 0.32 0.20
HSL 343.64º 0.46% 0.62% -
HSV(B) 343.64º 0.43% 0.8% -
XYZ 35.42 26.82 27.74 -
YUV 144.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 203 115 139 0 0.43 0.32 0.20 343.64 0.46 0.62
Hex CB 73 8B 0 2B 20 14 158 2E 3E
Octal 313 163 213 0 53 40 24 530 56 76
Binary 11001011 1110011 10001011 0 101011 100000 10100 101011000 101110 111110

Color Harmonies of #CB738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB738B

Black with #CB738B

Text Example


Text Example

White with #CB738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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