Html Css Color HEX #C38181 Oriental Pink

📋 copy color: '#C38181'

red 195 ◦ green 129 ◦ blue 129

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

Shades of Oriental Pink #C38181

Tints of Oriental Pink #C38181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.48%

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

R = 43.05%
G = 28.48%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C38181 (or 0xC38181) is known color: Oriental Pink. HEX triplet: C3, 81 and 81. RGB value is (195,129,129). Sum of RGB (Red+Green+Blue) = 195+129+129=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C38181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38181 is #3C7E7E. Grayscale: #949494. Windows color (decimal): -3964543 or 8487363. OLE color: 8487363.

HSL color Cylindrical-coordinate representation of color #C38181: hue angle of 0º 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 #C38181 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 129 -
CMYK 0 0.34 0.34 0.24
HSL 0.35% 0.64% -
HSV(B) 0.34% 0.76% -
XYZ 34.32 28.89 24.54 -
YUV 148.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 195 129 129 0 0.34 0.34 0.24 0 0.35 0.64
Hex C3 81 81 0 22 22 18 0 23 40
Octal 303 201 201 0 42 42 30 0 43 100
Binary 11000011 10000001 10000001 0 100010 100010 11000 0 100011 1000000

Color Harmonies of #C38181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38181

Black with #C38181

Text Example


Text Example

White with #C38181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38181; }

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

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

background-color css

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

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

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

border-color css

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

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

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