Html Css Color HEX #C69796 Rosy Brown

📋 copy color: '#C69796'

red 198 ◦ green 151 ◦ blue 150

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

Shades of Rosy Brown #C69796

Tints of Rosy Brown #C69796

RGB

 RED value IS 198 (77.73% from 255) = 39.68%

 GREEN value IS 151 (59.38% from 255) = 30.26%

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

R = 39.68%
G = 30.26%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C69796 (or 0xC69796) is known color: Rosy Brown. HEX triplet: C6, 97 and 96. RGB value is (198,151,150). Sum of RGB (Red+Green+Blue) = 198+151+150=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69796 is #396869. Grayscale: #A4A4A4. Windows color (decimal): -3762282 or 9869254. OLE color: 9869254.

HSL color Cylindrical-coordinate representation of color #C69796: hue angle of 1.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C69796 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 150 -
CMYK 0 0.24 0.24 0.22
HSL 1.25º 0.3% 0.68% -
HSV(B) 1.25º 0.24% 0.78% -
XYZ 39.86 36.34 33.77 -
YUV 164.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 198 151 150 0 0.24 0.24 0.22 1.25 0.3 0.68
Hex C6 97 96 0 18 18 16 1 1E 44
Octal 306 227 226 0 30 30 26 1 36 104
Binary 11000110 10010111 10010110 0 11000 11000 10110 1 11110 1000100

Color Harmonies of #C69796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69796

Black with #C69796

Text Example


Text Example

White with #C69796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69796; }

 p { color: rgb(198,151,150); }

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

background-color css

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

 a { background-color: rgb(198,151,150); }

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

border-color css

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

 span { border-color: rgb(198,151,150); }

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