Html Css Color HEX #CB9595 Rosy Brown

📋 copy color: '#CB9595'

red 203 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #CB9595

Tints of Rosy Brown #CB9595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 40.52%
G = 29.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9595 (or 0xCB9595) is known color: Rosy Brown. HEX triplet: CB, 95 and 95. RGB value is (203,149,149). Sum of RGB (Red+Green+Blue) = 203+149+149=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9595 is #346A6A. Grayscale: #A5A5A5. Windows color (decimal): -3435115 or 9803211. OLE color: 9803211.

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

Color convert

RGB 203 149 149 -
CMYK 0 0.27 0.27 0.20
HSL 0.34% 0.69% -
HSV(B) 0.27% 0.8% -
XYZ 40.8 36.36 33.3 -
YUV 165.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 203 149 149 0 0.27 0.27 0.20 0 0.34 0.69
Hex CB 95 95 0 1B 1B 14 0 22 45
Octal 313 225 225 0 33 33 24 0 42 105
Binary 11001011 10010101 10010101 0 11011 11011 10100 0 100010 1000101

Color Harmonies of #CB9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9595

Black with #CB9595

Text Example


Text Example

White with #CB9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9595; }

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

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

background-color css

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

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

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

border-color css

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

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

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