Html Css Color HEX #C38C8B Oriental Pink

📋 copy color: '#C38C8B'

red 195 ◦ green 140 ◦ blue 139

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

Shades of Oriental Pink #C38C8B

Tints of Oriental Pink #C38C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 41.14%
G = 29.54%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C38C8B (or 0xC38C8B) is known color: Oriental Pink. HEX triplet: C3, 8C and 8B. RGB value is (195,140,139). Sum of RGB (Red+Green+Blue) = 195+140+139=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C8B is #3C7374. Grayscale: #9C9C9C. Windows color (decimal): -3961717 or 9145539. OLE color: 9145539.

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

Color convert

RGB 195 140 139 -
CMYK 0 0.28 0.29 0.24
HSL 1.07º 0.32% 0.65% -
HSV(B) 1.07º 0.29% 0.76% -
XYZ 36.54 32.22 28.72 -
YUV 156.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 195 140 139 0 0.28 0.29 0.24 1.07 0.32 0.65
Hex C3 8C 8B 0 1C 1D 18 1 20 41
Octal 303 214 213 0 34 35 30 1 40 101
Binary 11000011 10001100 10001011 0 11100 11101 11000 1 100000 1000001

Color Harmonies of #C38C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C8B

Black with #C38C8B

Text Example


Text Example

White with #C38C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C8B; }

 p { color: rgb(195,140,139); }

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

background-color css

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

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

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

border-color css

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

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

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