Html Css Color HEX #C98F8F Rosy Brown

📋 copy color: '#C98F8F'

red 201 ◦ green 143 ◦ blue 143

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

Shades of Rosy Brown #C98F8F

Tints of Rosy Brown #C98F8F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

 BLUE value IS 143 (56.25% from 255) = 29.36%

R = 41.27%
G = 29.36%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C98F8F (or 0xC98F8F) is known color: Rosy Brown. HEX triplet: C9, 8F and 8F. RGB value is (201,143,143). Sum of RGB (Red+Green+Blue) = 201+143+143=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F8F is #367070. Grayscale: #A0A0A0. Windows color (decimal): -3567729 or 9408457. OLE color: 9408457.

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

Color convert

RGB 201 143 143 -
CMYK 0 0.29 0.29 0.21
HSL 0.35% 0.67% -
HSV(B) 0.29% 0.79% -
XYZ 38.87 34.05 30.51 -
YUV 160.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 201 143 143 0 0.29 0.29 0.21 0 0.35 0.67
Hex C9 8F 8F 0 1D 1D 15 0 23 43
Octal 311 217 217 0 35 35 25 0 43 103
Binary 11001001 10001111 10001111 0 11101 11101 10101 0 100011 1000011

Color Harmonies of #C98F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F8F

Black with #C98F8F

Text Example


Text Example

White with #C98F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F8F; }

 p { color: rgb(201,143,143); }

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

background-color css

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

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

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

border-color css

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

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

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