Html Css Color HEX #CB738E Charm

📋 copy color: '#CB738E'

red 203 ◦ green 115 ◦ blue 142

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

Shades of Charm #CB738E

Tints of Charm #CB738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 44.13%
G = 25%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB738E (or 0xCB738E) is known color: Charm. HEX triplet: CB, 73 and 8E. RGB value is (203,115,142). Sum of RGB (Red+Green+Blue) = 203+115+142=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738E is #348C71. Grayscale: #909090. Windows color (decimal): -3443826 or 9335755. OLE color: 9335755.

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

Color convert

RGB 203 115 142 -
CMYK 0 0.43 0.30 0.20
HSL 341.59º 0.46% 0.62% -
HSV(B) 341.59º 0.43% 0.8% -
XYZ 35.64 26.91 28.91 -
YUV 144.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 203 115 142 0 0.43 0.30 0.20 341.59 0.46 0.62
Hex CB 73 8E 0 2B 1E 14 156 2E 3E
Octal 313 163 216 0 53 36 24 526 56 76
Binary 11001011 1110011 10001110 0 101011 11110 10100 101010110 101110 111110

Color Harmonies of #CB738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB738E

Black with #CB738E

Text Example


Text Example

White with #CB738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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