Html Css Color HEX #C38581 Oriental Pink

📋 copy color: '#C38581'

red 195 ◦ green 133 ◦ blue 129

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

Shades of Oriental Pink #C38581

Tints of Oriental Pink #C38581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 42.67%
G = 29.1%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C38581 (or 0xC38581) is known color: Oriental Pink. HEX triplet: C3, 85 and 81. RGB value is (195,133,129). Sum of RGB (Red+Green+Blue) = 195+133+129=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38581 is #3C7A7E. Grayscale: #979797. Windows color (decimal): -3963519 or 8488387. OLE color: 8488387.

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

Color convert

RGB 195 133 129 -
CMYK 0 0.32 0.34 0.24
HSL 3.64º 0.35% 0.64% -
HSV(B) 3.64º 0.34% 0.76% -
XYZ 34.86 29.96 24.72 -
YUV 151.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 195 133 129 0 0.32 0.34 0.24 3.64 0.35 0.64
Hex C3 85 81 0 20 22 18 4 23 40
Octal 303 205 201 0 40 42 30 4 43 100
Binary 11000011 10000101 10000001 0 100000 100010 11000 100 100011 1000000

Color Harmonies of #C38581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38581

Black with #C38581

Text Example


Text Example

White with #C38581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38581; }

 p { color: rgb(195,133,129); }

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

background-color css

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

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

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

border-color css

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

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

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