Html Css Color HEX #CB9292 Rosy Brown

📋 copy color: '#CB9292'

red 203 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #CB9292

Tints of Rosy Brown #CB9292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.49%

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

R = 41.01%
G = 29.49%
B = 29.49%

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

#CB9292 (or 0xCB9292) is known color: Rosy Brown. HEX triplet: CB, 92 and 92. RGB value is (203,146,146). Sum of RGB (Red+Green+Blue) = 203+146+146=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9292 is #346D6D. Grayscale: #A3A3A3. Windows color (decimal): -3435886 or 9605835. OLE color: 9605835.

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

Color convert

RGB 203 146 146 -
CMYK 0 0.28 0.28 0.20
HSL 0.35% 0.68% -
HSV(B) 0.28% 0.8% -
XYZ 40.1 35.33 31.9 -
YUV 163.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 203 146 146 0 0.28 0.28 0.20 0 0.35 0.68
Hex CB 92 92 0 1C 1C 14 0 23 44
Octal 313 222 222 0 34 34 24 0 43 104
Binary 11001011 10010010 10010010 0 11100 11100 10100 0 100011 1000100

Color Harmonies of #CB9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9292

Black with #CB9292

Text Example


Text Example

White with #CB9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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