Html Css Color HEX #CB738A Charm

📋 copy color: '#CB738A'

red 203 ◦ green 115 ◦ blue 138

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

Shades of Charm #CB738A

Tints of Charm #CB738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 44.52%
G = 25.22%
B = 30.26%

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

#CB738A (or 0xCB738A) is known color: Charm. HEX triplet: CB, 73 and 8A. RGB value is (203,115,138). Sum of RGB (Red+Green+Blue) = 203+115+138=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738A is #348C75. Grayscale: #8F8F8F. Windows color (decimal): -3443830 or 9073611. OLE color: 9073611.

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

Color convert

RGB 203 115 138 -
CMYK 0 0.43 0.32 0.20
HSL 344.32º 0.46% 0.62% -
HSV(B) 344.32º 0.43% 0.8% -
XYZ 35.35 26.79 27.35 -
YUV 143.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 203 115 138 0 0.43 0.32 0.20 344.32 0.46 0.62
Hex CB 73 8A 0 2B 20 14 158 2E 3E
Octal 313 163 212 0 53 40 24 530 56 76
Binary 11001011 1110011 10001010 0 101011 100000 10100 101011000 101110 111110

Color Harmonies of #CB738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB738A

Black with #CB738A

Text Example


Text Example

White with #CB738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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