Html Css Color HEX #CB9494 Rosy Brown

📋 copy color: '#CB9494'

red 203 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #CB9494

Tints of Rosy Brown #CB9494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 40.68%
G = 29.66%
B = 29.66%

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

#CB9494 (or 0xCB9494) is known color: Rosy Brown. HEX triplet: CB, 94 and 94. RGB value is (203,148,148). Sum of RGB (Red+Green+Blue) = 203+148+148=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9494 is #346B6B. Grayscale: #A4A4A4. Windows color (decimal): -3435372 or 9737419. OLE color: 9737419.

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

Color convert

RGB 203 148 148 -
CMYK 0 0.27 0.27 0.20
HSL 0.35% 0.69% -
HSV(B) 0.27% 0.8% -
XYZ 40.56 36.01 32.83 -
YUV 164.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 203 148 148 0 0.27 0.27 0.20 0 0.35 0.69
Hex CB 94 94 0 1B 1B 14 0 23 45
Octal 313 224 224 0 33 33 24 0 43 105
Binary 11001011 10010100 10010100 0 11011 11011 10100 0 100011 1000101

Color Harmonies of #CB9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9494

Black with #CB9494

Text Example


Text Example

White with #CB9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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