Html Css Color HEX #C38A8A Oriental Pink

📋 copy color: '#C38A8A'

red 195 ◦ green 138 ◦ blue 138

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

Shades of Oriental Pink #C38A8A

Tints of Oriental Pink #C38A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 41.4%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C38A8A (or 0xC38A8A) is known color: Oriental Pink. HEX triplet: C3, 8A and 8A. RGB value is (195,138,138). Sum of RGB (Red+Green+Blue) = 195+138+138=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8A is #3C7575. Grayscale: #9B9B9B. Windows color (decimal): -3962230 or 9079491. OLE color: 9079491.

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

Color convert

RGB 195 138 138 -
CMYK 0 0.29 0.29 0.24
HSL 0.32% 0.65% -
HSV(B) 0.29% 0.76% -
XYZ 36.18 31.61 28.24 -
YUV 155.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 195 138 138 0 0.29 0.29 0.24 0 0.32 0.65
Hex C3 8A 8A 0 1D 1D 18 0 20 41
Octal 303 212 212 0 35 35 30 0 40 101
Binary 11000011 10001010 10001010 0 11101 11101 11000 0 100000 1000001

Color Harmonies of #C38A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A8A

Black with #C38A8A

Text Example


Text Example

White with #C38A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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