Html Css Color HEX #CB727B Charm

📋 copy color: '#CB727B'

red 203 ◦ green 114 ◦ blue 123

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

Shades of Charm #CB727B

Tints of Charm #CB727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 46.14%
G = 25.91%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB727B (or 0xCB727B) is known color: Charm. HEX triplet: CB, 72 and 7B. RGB value is (203,114,123). Sum of RGB (Red+Green+Blue) = 203+114+123=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727B is #348D84. Grayscale: #8D8D8D. Windows color (decimal): -3444101 or 8090315. OLE color: 8090315.

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

Color convert

RGB 203 114 123 -
CMYK 0 0.44 0.39 0.20
HSL 353.93º 0.46% 0.62% -
HSV(B) 353.93º 0.44% 0.8% -
XYZ 34.22 26.16 21.98 -
YUV 141.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 203 114 123 0 0.44 0.39 0.20 353.93 0.46 0.62
Hex CB 72 7B 0 2C 27 14 162 2E 3E
Octal 313 162 173 0 54 47 24 542 56 76
Binary 11001011 1110010 1111011 0 101100 100111 10100 101100010 101110 111110

Color Harmonies of #CB727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB727B

Black with #CB727B

Text Example


Text Example

White with #CB727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB727B; }

 p { color: rgb(203,114,123); }

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

background-color css

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

 a { background-color: rgb(203,114,123); }

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

border-color css

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

 span { border-color: rgb(203,114,123); }

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