Html Css Color HEX #C6948C Oriental Pink

📋 copy color: '#C6948C'

red 198 ◦ green 148 ◦ blue 140

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

Shades of Oriental Pink #C6948C

Tints of Oriental Pink #C6948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 40.74%
G = 30.45%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6948C (or 0xC6948C) is known color: Oriental Pink. HEX triplet: C6, 94 and 8C. RGB value is (198,148,140). Sum of RGB (Red+Green+Blue) = 198+148+140=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6948C is #396B73. Grayscale: #A2A2A2. Windows color (decimal): -3763060 or 9213126. OLE color: 9213126.

HSL color Cylindrical-coordinate representation of color #C6948C: hue angle of 8.28º degrees, saturation: 0.34, 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 #C6948C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 140 -
CMYK 0 0.25 0.29 0.22
HSL 8.28º 0.34% 0.66% -
HSV(B) 8.28º 0.29% 0.78% -
XYZ 38.61 35.08 29.55 -
YUV 162.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 198 148 140 0 0.25 0.29 0.22 8.28 0.34 0.66
Hex C6 94 8C 0 19 1D 16 8 22 42
Octal 306 224 214 0 31 35 26 10 42 102
Binary 11000110 10010100 10001100 0 11001 11101 10110 1000 100010 1000010

Color Harmonies of #C6948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6948C

Black with #C6948C

Text Example


Text Example

White with #C6948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6948C; }

 p { color: rgb(198,148,140); }

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

background-color css

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

 a { background-color: rgb(198,148,140); }

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

border-color css

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

 span { border-color: rgb(198,148,140); }

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