Html Css Color HEX #C38885 Oriental Pink

📋 copy color: '#C38885'

red 195 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #C38885

Tints of Oriental Pink #C38885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 42.03%
G = 29.31%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38885 (or 0xC38885) is known color: Oriental Pink. HEX triplet: C3, 88 and 85. RGB value is (195,136,133). Sum of RGB (Red+Green+Blue) = 195+136+133=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C38885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38885 is #3C777A. Grayscale: #999999. Windows color (decimal): -3962747 or 8751299. OLE color: 8751299.

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

Color convert

RGB 195 136 133 -
CMYK 0 0.30 0.32 0.24
HSL 2.9º 0.34% 0.64% -
HSV(B) 2.9º 0.32% 0.76% -
XYZ 35.54 30.9 26.28 -
YUV 153.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 195 136 133 0 0.30 0.32 0.24 2.9 0.34 0.64
Hex C3 88 85 0 1E 20 18 3 22 40
Octal 303 210 205 0 36 40 30 3 42 100
Binary 11000011 10001000 10000101 0 11110 100000 11000 11 100010 1000000

Color Harmonies of #C38885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38885

Black with #C38885

Text Example


Text Example

White with #C38885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38885; }

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

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

background-color css

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

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

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

border-color css

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

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

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