Html Css Color HEX #C19694 Rosy Brown

📋 copy color: '#C19694'

red 193 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #C19694

Tints of Rosy Brown #C19694

RGB

 RED value IS 193 (75.78% from 255) = 39.31%

 GREEN value IS 150 (58.98% from 255) = 30.55%

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

R = 39.31%
G = 30.55%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19694 (or 0xC19694) is known color: Rosy Brown. HEX triplet: C1, 96 and 94. RGB value is (193,150,148). Sum of RGB (Red+Green+Blue) = 193+150+148=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19694 is #3E696B. Grayscale: #A2A2A2. Windows color (decimal): -4090220 or 9737921. OLE color: 9737921.

HSL color Cylindrical-coordinate representation of color #C19694: hue angle of 2.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19694 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 148 -
CMYK 0 0.22 0.23 0.24
HSL 2.67º 0.27% 0.67% -
HSV(B) 2.67º 0.23% 0.76% -
XYZ 38.24 35.29 32.81 -
YUV 162.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 193 150 148 0 0.22 0.23 0.24 2.67 0.27 0.67
Hex C1 96 94 0 16 17 18 3 1B 43
Octal 301 226 224 0 26 27 30 3 33 103
Binary 11000001 10010110 10010100 0 10110 10111 11000 11 11011 1000011

Color Harmonies of #C19694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19694

Black with #C19694

Text Example


Text Example

White with #C19694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19694; }

 p { color: rgb(193,150,148); }

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

background-color css

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

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

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

border-color css

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

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

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