Html Css Color HEX #C99694 Rosy Brown

📋 copy color: '#C99694'

red 201 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #C99694

Tints of Rosy Brown #C99694

RGB

 RED value IS 201 (78.91% from 255) = 40.28%

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

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

R = 40.28%
G = 30.06%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99694 (or 0xC99694) is known color: Rosy Brown. HEX triplet: C9, 96 and 94. RGB value is (201,150,148). Sum of RGB (Red+Green+Blue) = 201+150+148=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99694 is #36696B. Grayscale: #A5A5A5. Windows color (decimal): -3565932 or 9737929. OLE color: 9737929.

HSL color Cylindrical-coordinate representation of color #C99694: hue angle of 2.26º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99694 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 148 -
CMYK 0 0.25 0.26 0.21
HSL 2.26º 0.33% 0.68% -
HSV(B) 2.26º 0.26% 0.79% -
XYZ 40.34 36.37 32.91 -
YUV 165.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 201 150 148 0 0.25 0.26 0.21 2.26 0.33 0.68
Hex C9 96 94 0 19 1A 15 2 21 44
Octal 311 226 224 0 31 32 25 2 41 104
Binary 11001001 10010110 10010100 0 11001 11010 10101 10 100001 1000100

Color Harmonies of #C99694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99694

Black with #C99694

Text Example


Text Example

White with #C99694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99694; }

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

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

background-color css

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

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

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

border-color css

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

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

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