Html Css Color HEX #CB7273 Froly

📋 copy color: '#CB7273'

red 203 ◦ green 114 ◦ blue 115

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

Shades of Froly #CB7273

Tints of Froly #CB7273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 46.99%
G = 26.39%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB7273 (or 0xCB7273) is known color: Froly. HEX triplet: CB, 72 and 73. RGB value is (203,114,115). Sum of RGB (Red+Green+Blue) = 203+114+115=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7273 is #348D8C. Grayscale: #8C8C8C. Windows color (decimal): -3444109 or 7566027. OLE color: 7566027.

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

Color convert

RGB 203 114 115 -
CMYK 0 0.44 0.43 0.20
HSL 359.33º 0.46% 0.62% -
HSV(B) 359.33º 0.44% 0.8% -
XYZ 33.74 25.97 19.45 -
YUV 140.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 203 114 115 0 0.44 0.43 0.20 359.33 0.46 0.62
Hex CB 72 73 0 2C 2B 14 167 2E 3E
Octal 313 162 163 0 54 53 24 547 56 76
Binary 11001011 1110010 1110011 0 101100 101011 10100 101100111 101110 111110

Color Harmonies of #CB7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7273

Black with #CB7273

Text Example


Text Example

White with #CB7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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