Html Css Color HEX #C09D9D Rosy Brown

📋 copy color: '#C09D9D'

red 192 ◦ green 157 ◦ blue 157

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

Shades of Rosy Brown #C09D9D

Tints of Rosy Brown #C09D9D

RGB

 RED value IS 192 (75.39% from 255) = 37.94%

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 37.94%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C09D9D (or 0xC09D9D) is known color: Rosy Brown. HEX triplet: C0, 9D and 9D. RGB value is (192,157,157). Sum of RGB (Red+Green+Blue) = 192+157+157=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D9D is #3F6262. Grayscale: #A7A7A7. Windows color (decimal): -4153955 or 10329536. OLE color: 10329536.

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

Color convert

RGB 192 157 157 -
CMYK 0 0.18 0.18 0.25
HSL 0.22% 0.68% -
HSV(B) 0.18% 0.75% -
XYZ 39.88 37.75 37.08 -
YUV 167.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 192 157 157 0 0.18 0.18 0.25 0 0.22 0.68
Hex C0 9D 9D 0 12 12 19 0 16 44
Octal 300 235 235 0 22 22 31 0 26 104
Binary 11000000 10011101 10011101 0 10010 10010 11001 0 10110 1000100

Color Harmonies of #C09D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D9D

Black with #C09D9D

Text Example


Text Example

White with #C09D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D9D; }

 p { color: rgb(192,157,157); }

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

background-color css

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

 a { background-color: rgb(192,157,157); }

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

border-color css

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

 span { border-color: rgb(192,157,157); }

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