Html Css Color HEX #C69895 Rosy Brown

📋 copy color: '#C69895'

red 198 ◦ green 152 ◦ blue 149

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

Shades of Rosy Brown #C69895

Tints of Rosy Brown #C69895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

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

R = 39.68%
G = 30.46%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69895 (or 0xC69895) is known color: Rosy Brown. HEX triplet: C6, 98 and 95. RGB value is (198,152,149). Sum of RGB (Red+Green+Blue) = 198+152+149=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69895 is #39676A. Grayscale: #A5A5A5. Windows color (decimal): -3762027 or 9803974. OLE color: 9803974.

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

Color convert

RGB 198 152 149 -
CMYK 0 0.23 0.25 0.22
HSL 3.67º 0.3% 0.68% -
HSV(B) 3.67º 0.25% 0.78% -
XYZ 39.94 36.63 33.4 -
YUV 165.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 198 152 149 0 0.23 0.25 0.22 3.67 0.3 0.68
Hex C6 98 95 0 17 19 16 4 1E 44
Octal 306 230 225 0 27 31 26 4 36 104
Binary 11000110 10011000 10010101 0 10111 11001 10110 100 11110 1000100

Color Harmonies of #C69895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69895

Black with #C69895

Text Example


Text Example

White with #C69895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69895; }

 p { color: rgb(198,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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