Html Css Color HEX #C6938A Oriental Pink

📋 copy color: '#C6938A'

red 198 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #C6938A

Tints of Oriental Pink #C6938A

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

 GREEN value IS 147 (57.81% from 255) = 30.43%

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

R = 40.99%
G = 30.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6938A (or 0xC6938A) is known color: Oriental Pink. HEX triplet: C6, 93 and 8A. RGB value is (198,147,138). Sum of RGB (Red+Green+Blue) = 198+147+138=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6938A is #396C75. Grayscale: #A1A1A1. Windows color (decimal): -3763318 or 9081798. OLE color: 9081798.

HSL color Cylindrical-coordinate representation of color #C6938A: hue angle of 9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6938A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 138 -
CMYK 0 0.26 0.30 0.22
HSL 0.34% 0.66% -
HSV(B) 0.3% 0.78% -
XYZ 38.31 34.71 28.72 -
YUV 161.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 198 147 138 0 0.26 0.30 0.22 9 0.34 0.66
Hex C6 93 8A 0 1A 1E 16 9 22 42
Octal 306 223 212 0 32 36 26 11 42 102
Binary 11000110 10010011 10001010 0 11010 11110 10110 1001 100010 1000010

Color Harmonies of #C6938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6938A

Black with #C6938A

Text Example


Text Example

White with #C6938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6938A; }

 p { color: rgb(198,147,138); }

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

background-color css

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

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

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

border-color css

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

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

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