Html Css Color HEX #C38E8D Rosy Brown

📋 copy color: '#C38E8D'

red 195 ◦ green 142 ◦ blue 141

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

Shades of Rosy Brown #C38E8D

Tints of Rosy Brown #C38E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 40.79%
G = 29.71%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C38E8D (or 0xC38E8D) is known color: Rosy Brown. HEX triplet: C3, 8E and 8D. RGB value is (195,142,141). Sum of RGB (Red+Green+Blue) = 195+142+141=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E8D is #3C7172. Grayscale: #9D9D9D. Windows color (decimal): -3961203 or 9277123. OLE color: 9277123.

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

Color convert

RGB 195 142 141 -
CMYK 0 0.27 0.28 0.24
HSL 1.11º 0.31% 0.66% -
HSV(B) 1.11º 0.28% 0.76% -
XYZ 36.99 32.87 29.59 -
YUV 157.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 195 142 141 0 0.27 0.28 0.24 1.11 0.31 0.66
Hex C3 8E 8D 0 1B 1C 18 1 1F 42
Octal 303 216 215 0 33 34 30 1 37 102
Binary 11000011 10001110 10001101 0 11011 11100 11000 1 11111 1000010

Color Harmonies of #C38E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E8D

Black with #C38E8D

Text Example


Text Example

White with #C38E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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