Html Css Color HEX #CB727D Charm

📋 copy color: '#CB727D'

red 203 ◦ green 114 ◦ blue 125

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

Shades of Charm #CB727D

Tints of Charm #CB727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 45.93%
G = 25.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB727D (or 0xCB727D) is known color: Charm. HEX triplet: CB, 72 and 7D. RGB value is (203,114,125). Sum of RGB (Red+Green+Blue) = 203+114+125=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB727D is #348D82. Grayscale: #8D8D8D. Windows color (decimal): -3444099 or 8221387. OLE color: 8221387.

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

Color convert

RGB 203 114 125 -
CMYK 0 0.44 0.38 0.20
HSL 352.58º 0.46% 0.62% -
HSV(B) 352.58º 0.44% 0.8% -
XYZ 34.35 26.21 22.65 -
YUV 141.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 203 114 125 0 0.44 0.38 0.20 352.58 0.46 0.62
Hex CB 72 7D 0 2C 26 14 161 2E 3E
Octal 313 162 175 0 54 46 24 541 56 76
Binary 11001011 1110010 1111101 0 101100 100110 10100 101100001 101110 111110

Color Harmonies of #CB727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB727D

Black with #CB727D

Text Example


Text Example

White with #CB727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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