Html Css Color HEX #C38B89 Oriental Pink

📋 copy color: '#C38B89'

red 195 ◦ green 139 ◦ blue 137

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

Shades of Oriental Pink #C38B89

Tints of Oriental Pink #C38B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 41.4%
G = 29.51%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38B89 (or 0xC38B89) is known color: Oriental Pink. HEX triplet: C3, 8B and 89. RGB value is (195,139,137). Sum of RGB (Red+Green+Blue) = 195+139+137=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B89 is #3C7476. Grayscale: #9B9B9B. Windows color (decimal): -3961975 or 9014211. OLE color: 9014211.

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

Color convert

RGB 195 139 137 -
CMYK 0 0.29 0.30 0.24
HSL 2.07º 0.33% 0.65% -
HSV(B) 2.07º 0.3% 0.76% -
XYZ 36.25 31.87 27.91 -
YUV 155.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 195 139 137 0 0.29 0.30 0.24 2.07 0.33 0.65
Hex C3 8B 89 0 1D 1E 18 2 21 41
Octal 303 213 211 0 35 36 30 2 41 101
Binary 11000011 10001011 10001001 0 11101 11110 11000 10 100001 1000001

Color Harmonies of #C38B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B89

Black with #C38B89

Text Example


Text Example

White with #C38B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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