Html Css Color HEX #C38E8E Rosy Brown

📋 copy color: '#C38E8E'

red 195 ◦ green 142 ◦ blue 142

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

Shades of Rosy Brown #C38E8E

Tints of Rosy Brown #C38E8E

RGB

 RED value IS 195 (76.56% from 255) = 40.71%

 GREEN value IS 142 (55.86% from 255) = 29.65%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 40.71%
G = 29.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C38E8E (or 0xC38E8E) is known color: Rosy Brown. HEX triplet: C3, 8E and 8E. RGB value is (195,142,142). Sum of RGB (Red+Green+Blue) = 195+142+142=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E8E is #3C7171. Grayscale: #9D9D9D. Windows color (decimal): -3961202 or 9342659. OLE color: 9342659.

HSL color Cylindrical-coordinate representation of color #C38E8E: hue angle of 0º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38E8E is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 142 -
CMYK 0 0.27 0.27 0.24
HSL 0.31% 0.66% -
HSV(B) 0.27% 0.76% -
XYZ 37.06 32.9 29.99 -
YUV 157.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 195 142 142 0 0.27 0.27 0.24 0 0.31 0.66
Hex C3 8E 8E 0 1B 1B 18 0 1F 42
Octal 303 216 216 0 33 33 30 0 37 102
Binary 11000011 10001110 10001110 0 11011 11011 11000 0 11111 1000010

Color Harmonies of #C38E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E8E

Black with #C38E8E

Text Example


Text Example

White with #C38E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E8E; }

 p { color: rgb(195,142,142); }

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

background-color css

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

 a { background-color: rgb(195,142,142); }

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

border-color css

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

 span { border-color: rgb(195,142,142); }

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