Html Css Color HEX #CB9392 Rosy Brown

📋 copy color: '#CB9392'

red 203 ◦ green 147 ◦ blue 146

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

Shades of Rosy Brown #CB9392

Tints of Rosy Brown #CB9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.64%

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 40.93%
G = 29.64%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB9392 (or 0xCB9392) is known color: Rosy Brown. HEX triplet: CB, 93 and 92. RGB value is (203,147,146). Sum of RGB (Red+Green+Blue) = 203+147+146=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9392 is #346C6D. Grayscale: #A3A3A3. Windows color (decimal): -3435630 or 9606091. OLE color: 9606091.

HSL color Cylindrical-coordinate representation of color #CB9392: hue angle of 1.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9392 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 146 -
CMYK 0 0.28 0.28 0.20
HSL 1.05º 0.35% 0.68% -
HSV(B) 1.05º 0.28% 0.8% -
XYZ 40.25 35.64 31.95 -
YUV 163.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 203 147 146 0 0.28 0.28 0.20 1.05 0.35 0.68
Hex CB 93 92 0 1C 1C 14 1 23 44
Octal 313 223 222 0 34 34 24 1 43 104
Binary 11001011 10010011 10010010 0 11100 11100 10100 1 100011 1000100

Color Harmonies of #CB9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9392

Black with #CB9392

Text Example


Text Example

White with #CB9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9392; }

 p { color: rgb(203,147,146); }

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

background-color css

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

 a { background-color: rgb(203,147,146); }

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

border-color css

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

 span { border-color: rgb(203,147,146); }

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