Html Css Color HEX #C6938D Oriental Pink

📋 copy color: '#C6938D'

red 198 ◦ green 147 ◦ blue 141

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

Shades of Oriental Pink #C6938D

Tints of Oriental Pink #C6938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 40.74%
G = 30.25%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6938D (or 0xC6938D) is known color: Oriental Pink. HEX triplet: C6, 93 and 8D. RGB value is (198,147,141). Sum of RGB (Red+Green+Blue) = 198+147+141=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6938D is #396C72. Grayscale: #A1A1A1. Windows color (decimal): -3763315 or 9278406. OLE color: 9278406.

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

Color convert

RGB 198 147 141 -
CMYK 0 0.26 0.29 0.22
HSL 6.32º 0.33% 0.66% -
HSV(B) 6.32º 0.29% 0.78% -
XYZ 38.53 34.8 29.88 -
YUV 161.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 198 147 141 0 0.26 0.29 0.22 6.32 0.33 0.66
Hex C6 93 8D 0 1A 1D 16 6 21 42
Octal 306 223 215 0 32 35 26 6 41 102
Binary 11000110 10010011 10001101 0 11010 11101 10110 110 100001 1000010

Color Harmonies of #C6938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6938D

Black with #C6938D

Text Example


Text Example

White with #C6938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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