Html Css Color HEX #C38883 Oriental Pink

📋 copy color: '#C38883'

red 195 ◦ green 136 ◦ blue 131

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

Shades of Oriental Pink #C38883

Tints of Oriental Pink #C38883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 42.21%
G = 29.44%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C38883 (or 0xC38883) is known color: Oriental Pink. HEX triplet: C3, 88 and 83. RGB value is (195,136,131). Sum of RGB (Red+Green+Blue) = 195+136+131=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38883 is #3C777C. Grayscale: #999999. Windows color (decimal): -3962749 or 8620227. OLE color: 8620227.

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

Color convert

RGB 195 136 131 -
CMYK 0 0.30 0.33 0.24
HSL 4.69º 0.35% 0.64% -
HSV(B) 4.69º 0.33% 0.76% -
XYZ 35.41 30.85 25.56 -
YUV 153.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 195 136 131 0 0.30 0.33 0.24 4.69 0.35 0.64
Hex C3 88 83 0 1E 21 18 5 23 40
Octal 303 210 203 0 36 41 30 5 43 100
Binary 11000011 10001000 10000011 0 11110 100001 11000 101 100011 1000000

Color Harmonies of #C38883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38883

Black with #C38883

Text Example


Text Example

White with #C38883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38883; }

 p { color: rgb(195,136,131); }

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

background-color css

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

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

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

border-color css

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

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

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